Guides
Webhooks
Subscribe to events for real-time notifications when posts are published, fail, or are scheduled.
Creating a Webhook
Code
Verifying Webhooks
Webhook payloads are signed with HMAC-SHA256. Verify using the secret provided when creating the webhook.
The signature is included in the X-Webhook-Signature header.
Managing Webhooks
GET /webhooks- List all webhooksGET /webhooks/:id- Get a specific webhookPUT /webhooks/:id- Update a webhookDELETE /webhooks/:id- Delete a webhookPOST /webhooks/:id/rotate-secret- Rotate the signing secret
Webhook event delivery is coming soon. You can already create and manage webhook subscriptions via the API.
Last modified on