Returns all delivery attempts for a specific webhook event.
cURL
curl --request GET \ --url https://api.antonpayments.com/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" } ] }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
Resource identifier.
List of delivery attempts.
Show child attributes