v1
latestOpenAPI 3.1.02026-07-26359254.7 MBWebhooks
Get a webhook subscription
<small>Requires the webhooks:read scope (or a broader one that includes it).</small>
Returns a single webhook subscription owned by the authenticated user.
get/v3/webhooks/{id}
Path parameters
idinteger required
Webhook subscription ID.
Response
Webhook subscription details.
Example response
{
"id": 1823,
"eventType": "email_replied",
"url": "https://example.com/hooks/reply",
"scope": "personal",
"enabled": true,
"createdAt": "2026-04-17T12:00:00+00:00",
"payloadConfig": {
"includeEmailUrl": true,
"includeEmailText": false,
"includeProspectCustomFields": true
}
}