Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Fetch one webhook delivery by ID
cURL
curl --request GET \ --url https://api.example.com/api/webhooks/deliveries/{id} \ --header 'Authorization: <authorization>'
{ "id": "54697e99-c2f5-4630-9f88-c1a3b1428d65", "subscriptionId": "1c84203c-b4e3-40de-83a9-51bc0d9c991f", "eventType": "payout.status.updated", "payload": { "type": "payout.status.updated", "createdAt": "2026-05-27T09:30:46Z", "data": { "payoutId": "txn_abc", "status": "processing", "step": "settling" } }, "status": "succeeded", "attemptCount": 1, "nextAttemptAt": "2026-05-27T09:30:46Z", "lastResponseCode": 200, "lastResponseBody": null, "lastError": null, "createdAt": "2026-05-27T09:30:46Z", "deliveredAt": "2026-05-27T09:30:48Z" }
webhooks:read