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

Event callbacks

The event callback object and the allowed CRUD operations on the related resource endpoint

Event callbacks are created automatically as responses to the call to a webhook callback URL. You can read the payload sent and check the response status code.

Events callbacks are retained in our database for one month only.

How-to

Check the related guide for more info about real-time webhooks and webhooks callbacks.

This is an immutable API, meaning that create, update, and delete operations are not allowed on this endpoint. You can only fetch a list of event callbacks or a single event callback object.

Last updated