Webhooks
Get a webhook
Get a specific webhook by its ID.
<Warning>This endpoint is in alpha, read more here.</Warning>
get/v2/webhooks/{webhook_id}
Path parameters
webhook_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique webhook identifier (base64)
Response
A webhook object
Example response
{
"id": "RW50aXR5OjEyMzQ1",
"organization_id": "RW50aXR5OjEyMzQ1",
"created_by_user_id": "RW50aXR5OjEyMzQ1"
}