support_webhook_deliveries_list
List webhook delivery attempts for this product, newest first.
List webhook delivery attempts for this product, newest first. Filter by endpoint, by state (pending, delivered, failed), by event type or by the time the delivery was opened. Each row carries the exact JSON body that was sent, the last HTTP status and, while attempts remain, when the next one is due
Behavior
- HTTP
GET /support/webhook-deliveries
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | — | Page size, 1..200 (default 50) |
| state | string | — | Only deliveries in this state: pending, delivered or failed |
| offset | integer | — | Number of deliveries to skip |
| createdTo | string | — | Only deliveries opened at or before this ISO-8601 time |
| eventType | string | — | Only deliveries of this event type |
| webhookId | string | — | Only deliveries for this endpoint |
| createdFrom | string | — | Only deliveries opened at or after this ISO-8601 time |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| limit | integer | • | Page size that was applied |
| offset | integer | • | Offset that was applied |
| deliveries | array | • | The requested page, newest first |
Try it
List webhook delivery attempts for this product, newest first.