users_webhooks_deliveries_list
This endpoint's recent deliveries, newest first: event type and id, status (pending / succeeded / failed), attempt count, the last response status and the last error.
This endpoint's recent deliveries, newest first: event type and id, status (pending / succeeded / failed), attempt count, the last response status and the last error. This is where 'my webhook never arrived' is answered.
Behavior
- HTTP
GET /users/webhooks/:id/deliveries
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Id of the webhook endpoint whose deliveries to list. |
| limit | integer | — | No description in the catalog. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| deliveries | array | • |
Try it
This endpoint's recent deliveries, newest first: event type and id, status (pending / succeeded / failed), attempt count, the last response status and the last error.