v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBwebhooks
Show single webhook
Retrieves a single webhook by its ID.
get/webhooks/{webhook_id}
Path parameters
webhook_idinteger required
The ID of the webhook.
Response
The requested webhook object.
Example response
{
"id": 123456,
"url": "https://hooks.example.com/process_webhooks",
"status": "active",
"event_type": "project.created",
"organization_id": 1
}