v1
latestOpenAPI 3.0.12026-07-226992320.0 KBWebhooks
Get Webhook
Retrieves the full configuration of a single webhook by webhookId. Returns the target URL, scoped agent, subscribed event types, and active status. The HMAC secret is not returned after creation — store it securely when the webhook is first created.
get/v1/webhooks/{webhookId}
Path parameters
webhookIdstring required
Unique identifier of the webhook to retrieve. Obtained from the webhookId field in the Create Webhook or List Webhooks response.
Response
OK
Example response
{
"workspaceId": "org_BUbkx3PsbzQm5V10",
"webhookId": "wh_BUbkx3PsbzQm5V10",
"name": "Call Events - Production",
"agentId": "D5D0p7TUs66TTAEAx",
"active": true,
"secret": "mK9vXq2pL8nR5tY1wA3sD6fH0jC4bE7u"
}