Get webhook by ID
Webhooks
Get Webhook by ID
Retrieves webhook configuration. Returns webhook details including URL, events, and status.
GET
Get webhook by ID
Retrieves webhook configuration. Returns webhook details including URL, events, and status.
Authentication
This endpoint requires authentication via Bearer token:- Authorization:
Bearer <token>
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string (UUID) | Yes | Organization ID |
id | string (UUID) | Yes | Webhook ID |
Response
Returns webhook configuration with:- Webhook ID, URL, and active status
- Subscribed events
- Creation and update timestamps