cURL
curl --request GET \ --url https://api.vatly.dev/v1/webhooks/deliveries/{id}
{ "data": { "id": "<string>", "event_type": "<string>", "url": "<string>", "request_payload": {}, "request_headers": {}, "response_status": 123, "response_body": "<string>", "success": true, "duration_ms": 123, "attempt_number": 123, "created_at": "<string>" }, "meta": { "request_id": "550e8400-e29b-41d4-a716-446655440000", "cached": true, "cached_at": "<string>", "stale": true, "source_status": "live", "mode": "test", "request_duration_ms": 120 } }
Returns full details of a single webhook delivery including request payload and response body.
Delivery UUID
Webhook delivery details
Show child attributes