List all webhook subscriptions
Webhook Subscriptions
List all webhook subscriptions
Requires the webhook_subscription:read ability.
GET
List all webhook subscriptions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available sorts are created_at, updated_at, consecutive_failures. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -created_at.
The number of results that will be returned per page.
The page number to start the pagination from.
Available options:
url, events, secret, enabled, consecutive_failures, created_at, updated_at, disabled_at Filter by whether the subscription is enabled.
Example:
true