v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBWebhookEvent
List webhook event
Requires one of the following scopes: webhook_events:read, webhook_events:all, all:read, all:all
get/api/v2/webhook-events
Query parameters
limitinteger
Example:10
The number of items to return
starting_afterstring
Example:01956fbd-0eb1-72db-a565-82977a586084
The ID of the last item in the previous page - used for pagination. You can use the value of the next_starting_after field from the previous response.
successboolean
Example:true
Filter by success status
fromstring date
Example:2024-01-01
Inclusive start of the window (YYYY-MM-DD).
tostring date
Example:2024-01-31
Inclusive end of the window (YYYY-MM-DD).
searchstring
Example:https://webhook.site/unique-url
Search by exact webhook URL or lead email match
Response
The list of Webhook Event
Example response
{
"items": [
{
"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
}
],
"next_starting_after": "019f94cd-af62-7c88-a102-381138574672"
}