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.

mine'true' | 'false'

When true, only include webhooks created by you (not just owned by your org).

createdBystring uuid

Only include webhooks created by this actor id. Mutually exclusive with mine.

Response

Webhook subscriptions

Changes