List organization webhooks
Webhooks
List Organization Webhooks
Lists all webhooks for an organization. Only OWNERS and ADMINS can view webhooks.
GET
List organization webhooks
Lists all webhooks for an organization. Only OWNERS and ADMINS can view webhooks.
Authentication
This endpoint requires authentication via Bearer token:- Authorization:
Bearer <token>
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string (UUID) | Yes | Organization ID |
Permissions
Only OWNERS and ADMINS can list webhooks.Response
Returns an array of webhooks with:- Webhook ID, URL, and active status
- Subscribed events
- Creation and update timestamps
- Signing secret for verification