v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBWebhookEvent
Get webhook event
Requires one of the following scopes: webhook_events:read, webhook_events:all, all:read, all:all
get/api/v2/webhook-events/{id}
Path parameters
idstring uuid required
Example:019f94cd-af63-75f7-b7d9-07b8081affbf
The ID of the requested item
Response
The requested Webhook Event
Example response
{
"id": "019f94cd-843d-790a-8104-4e2624ac48f7",
"timestamp_created": "2026-07-24T15:45:24.541Z",
"timestamp_created_date": "2024-01-15",
"organization_id": "019f94cd-843d-790a-8104-4e275792a51d",
"success": true,
"webhook_url": "https://webhook.site/unique-url",
"status_code": 200,
"error_message": "Connection timeout",
"timestamp_next_retry": "2026-07-24T15:45:24.541Z",
"retry_group_id": "019f94cd-843d-790a-8104-4e289b092fe1",
"retry_successful": true,
"lead_email": "lead@example.com",
"response_time_ms": 150
}