Webhooks
List deliveries for a webhook endpoint
Returns the delivery history for a webhook endpoint. Useful for debugging failed deliveries.
GET
List deliveries for a webhook endpoint
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Webhook endpoint UUID
Response
List of webhook deliveries
Delivery attempt UUID
Parent webhook endpoint ID
Event that triggered this delivery
Example:
"message.received"
HTTP status code from destination
Example:
200
Attempt number (1 = first try)
Example:
1
Timestamp of delivery attempt
Response body from destination
List deliveries for a webhook endpoint