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.
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 specific single one.
Last updated