For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhooks

Manages webhook subscriptions for event notifications. Use these endpoints to create, update, delete, and retrieve webhooks.

Available endpoints:

   GET /v1/events/webhooks
  POST /v1/events/webhooks
DELETE /v1/events/webhooks
   PUT /v1/events/webhooks/status/{status}
   GET /v1/events/webhooks/{webhook_id}
   PUT /v1/events/webhooks/{webhook_id}
DELETE /v1/events/webhooks/{webhook_id}

Last updated

Was this helpful?