List Webhook Registrations
List Webhook Registrations
Use this endpoint to retrieve a paginated list of webhook registrations for the caller’s tenant. Set enabled=true to return only enabled registrations. Signing secrets are never included in this response.
GET
List Webhook Registrations
Authorizations
JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.
Query Parameters
Maximum number of registrations to return.
Required range:
1 <= x <= 100Number of registrations to skip for pagination.
Required range:
x >= 0When true, returns only enabled registrations.

