API Reference
Plugin Heartbeat
WordPress plugin heartbeat. Updates connection status and returns pending commands.
POST
/api/v1/plugin/heartbeatReceives heartbeat from the AEO WordPress plugin. Updates the CMS connection status with plugin metadata and returns any pending commands for failed push delivery.
Example
Try it
Response
Connection status updated. Any pending commands are returned in the commands array.
200Heartbeat accepted
401Missing authentication
404Unknown site
Supports two auth methods: API key (
Authorization: Bearer) or HMAC-SHA256 signature (x-aeo-signature header). The HMAC method is legacy and backward compatible.