Documentation menu
Webhooks
Covers webhook.
webhook
Where events are delivered, with delivery logs and test deliveries.
The webhook object
What every call below returns, field by field.
- objectalways list
- datalist of objects
Show its fields
- objectalways event_type
- nametext
- What
event_typesays on a webhook and on each delivery. - descriptiontext
- has_moretrue or false
- Whether another page follows this one.
- next_cursortext
- Pass as
cursorfor the next page. Null on the last page. - suppressedinteger
- Rows that matched and were withheld, for example for a missing entitlement. Never silently zero: a withheld row is a fact about the answer.
- totalobject
- Only when
total=truewas asked for, and only on the first page.Show its fields
- valueinteger
- relationone of eq, gte
- 'eq' is exact. 'gte' means there are at least this many; the count was capped.
Calls
- GET
/event_typeList event types - GET
/webhookList webhooks - POST
/webhookCreate a webhook - GET
/webhook/{webhook}Retrieve a webhook - PATCH
/webhook/{webhook}Update a webhook - DELETE
/webhook/{webhook}Delete a webhook - GET
/webhook/{webhook}/deliveryList deliveries - POST
/webhook/{webhook}/deliverySend a test delivery - GET
/webhook/{webhook}/delivery/{delivery}Retrieve a delivery