Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Available sorts are created_at, attempt_number. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -created_at.
Filter by delivery status
Available options:
pending, success, failed, client_error, server_error, timeout Filter by event type
Filter deliveries from this date (Y-m-d format)
Filter deliveries to this date (Y-m-d format)
Response
200 - application/json
Paginated set of WebhookDeliveryListData
Base path for paginator generated URLs.
Number of items shown per page.
The "cursor" that points to the next set of items.
The "cursor" that points to the previous set of items.