v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBWebhook
Get webhook
Requires one of the following scopes: webhooks:read, webhooks:all, all:read, all:all
get/api/v2/webhooks/{id}
Path parameters
idstring uuid required
Example:019f94cd-af6d-7c7d-a1bc-566888c78f94
The ID of the requested item
Response
The requested Webhook
Example response
{
"id": "019f94cd-77fd-74f3-ac4a-dd7f7d7b5be6",
"organization": "019f94cd-77fd-74f3-ac4a-dd8009edca34",
"campaign": "019f94cd-77fd-74f3-ac4a-dd8150594714",
"name": "Zapier Positive Replies",
"target_hook_url": "https://webhook.site/unique-url",
"event_type": "email_sent",
"custom_interest_value": 1,
"headers": {
"Authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ="
},
"timestamp_created": "2026-07-24T15:45:21.405Z",
"status": 1,
"timestamp_error": "2026-07-24T15:45:21.405Z"
}