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/webhooks

Query parameters

pageinteger
pageSizeinteger
status'active' | 'failing' | 'blocked' | 'disabled'
searchstring

Case-insensitive substring match against the URL or description.

Response

Webhook subscriptions

Changes