List Event Deliveries

View as Markdown
List all webhook deliveries for a specific event. Shows the delivery status to each subscribed webhook endpoint.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

external_idstringRequired
account_idstringRequired

Response

Successful Response
idstring
event_idstring
webhook_endpoint_idstring
statusstring
attempt_countinteger
createddatetime
webhook_endpoint_urlstring or nullOptional
last_attempt_atdatetime or nullOptional
delivered_atdatetime or nullOptional
next_retry_atdatetime or nullOptional
response_statusinteger or nullOptional
errorstring or nullOptional

Errors

422
Unprocessable Entity Error