Retrieve a list of failed webhook events
Get the list of all your failed webhook events, or use the query parameters to filter the results.
The events are sorted by the created_at
date in reverse chronological order.
The returned failed events are paginated.
The maximum number of events returned per page is specified by the limit
parameter.
To get to the next page, make a new request and use the created_at
date of the last event returned in the previous response.
For more information, see Tutorials: About webhooks and Tutorials: Manage webhooks.
Request
Path Parameters
Query Parameters
Response
The list of all your existing failed webhook events
Body array
Was this page helpful?