webhooks
Retrieve webhook delivery
Retrieve a webhook delivery by ID.
get/webhook-deliveries/{delivery_id}
Path parameters
delivery_idstring required
The ID of the webhook delivery to retrieve.
The ID of the webhook delivery to retrieve.
Response
OK
Example response
{
"attempts": [
{
"response": {
"duration": 125,
"status": 200
}
}
],
"failed_at": "2026-07-14T09:30:00Z",
"next_attempt_at": "2026-07-14T09:35:00Z",
"succeeded_at": "2026-07-14T09:30:00Z"
}