JavaScript
Webhooks
List your webhook subscriptions
Returns a paginated list of your webhook subscriptions, optionally filtered by status (active, failing, blocked, or disabled) and/or by search (a case-insensitive substring match against the URL or description). The response also includes per-status counts across all of your subscriptions.
GET
JavaScript
Authorizations
Bearer token via Authorization header
Query Parameters
Available options:
active, failing, blocked, disabled Case-insensitive substring match against the URL or description.
Required string length:
1 - 256When true, only include webhooks created by you (not just owned by your org).
Available options:
true, false Only include webhooks created by this actor id. Mutually exclusive with mine.