cURL
curl --request GET \ --url http://localhost:8080/v1/webhooks/events/{id}/deliveries \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "event_id": "<string>", "subscription_id": "<string>", "status": "pending", "url": "<string>", "response_status": 123, "response_body": "<string>", "attempts": 123, "max_attempts": 123, "next_retry_at": "2023-11-07T05:31:56Z", "error": "<string>", "duration_ms": 123, "created_at": "2023-11-07T05:31:56Z", "delivered_at": "2023-11-07T05:31:56Z" } ], "pagination": { "limit": 123, "offset": 123, "total": 123, "has_more": true } }
Merchant API key: ak_live_... or ak_test_...
ak_live_...
ak_test_...
Resource identifier (xid format)
Maximum number of items to return
1 <= x <= 100
Number of items to skip
x >= 0
Paginated list of delivery attempts
Show child attributes