Skip to main content
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

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

Example Request

Example Response

Common Errors

401 Unauthorized

Authentication required.

403 Forbidden

Only owners and admins can list webhooks.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Response

Webhooks retrieved successfully.