List recent delivery attempts.
GET/webhooks/:id/deliveries
Returns recent deliveries for the subscription, most recent first, with the HTTP status the endpoint returned and the reason for any failure. Use it to confirm what was sent and to diagnose an endpoint that is failing verification or timing out.
Deliveries are retained for 7 days.
Request
Responses
- 200
- 401
- 404
- 429
Array of recent deliveries.
API key authorization failed.
No such webhook subscription for this user.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.