cURL
curl --request GET \ --url https://api.arkhq.io/v1/platform/webhooks/deliveries/{deliveryId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "webhookId": "<string>", "webhookName": "<string>", "tenantId": "<string>", "event": "<string>", "url": "<string>", "statusCode": 123, "success": true, "attempt": 123, "willRetry": true, "timestamp": "2023-11-07T05:31:56Z", "request": { "payload": {}, "headers": {} }, "response": { "body": "<string>", "duration": 123 } }, "meta": { "requestId": "req_V1StGXR8_Z5jdHi6" } }
Get detailed information about a specific platform webhook delivery.
Returns the complete request payload, headers, response, and timing info.
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEY
Delivery ID (UUID)
Platform webhook delivery details
Show child attributes