Get webhook event details
Get detailed information about a specific webhook event including request/response headers, payload, and delivery attempts.
Path Parameters
UUID of the webhook event
Responses
| Status | Description |
|---|---|
200 |
Successfully retrieved webhook event details |
200 response
Unique identifier of the webhook event
External event identifier
Full event type string (e.g. transfer.status.completed)
Status of the webhook event delivery
Possible values: pending, processing, sent, failed, retrying
URL path for webhook delivery
HTTP method used for delivery
Possible values: GET, POST, PUT, PATCH, DELETE
HTTP headers sent with the webhook request
The webhook payload data
HTTP headers received in the response
HTTP response status code
Response body from the webhook endpoint
Number of delivery attempts made
Maximum number of retry attempts allowed
Timestamp of the last delivery attempt
Scheduled time for the next delivery attempt
When the event was created
When the event was last updated
Authorization
- ApiKeyAuth