Skip to main content
Retrieve a paginated list of webhooks registered for your organization.

Endpoint

Authentication

Bearer token required.

Query Parameters

number
default:"50"
Number of webhooks to return. Maximum 100.
number
default:"0"
Number of webhooks to skip.
Case-insensitive partial match on the webhook URL.

Response

WebhookRegistrationPublic[]
Array of webhook objects. The secret field is not included. See WebhookRegistrationPublic.
number
Total number of webhooks.
number
The limit used.
number
The offset used.

Example

Response
The secret field is never included in list or get responses. It is only returned when creating a webhook.