Webhooks
Manage webhooks
Create, list, and delete webhook subscriptions.
POST
Manage your webhook subscriptions to receive real-time notifications when events occur in Mavio.Documentation Index
Fetch the complete documentation index at: https://docs.mavioapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Create a webhook
POST /webhooks
The HTTPS URL where webhook payloads will be sent via POST requests.
Array of event types to subscribe to. See webhook events for the full list.
Optional signing secret for payload verification. If provided, all payloads will include an
X-Mavio-Signature header.Optional description for this webhook endpoint.
List webhooks
GET /webhooks
Returns all webhook subscriptions for the authenticated account.
Delete a webhook
DELETE /webhooks/{webhook_id}
Permanently deletes a webhook subscription. Events will no longer be delivered to this endpoint.
The ID of the webhook to delete.