Skip to main content

Get Webhook Subscription

GET 

/api/webhook-subscriptions/:id

Returns a single subscription owned by the authenticated user/tenant. Never includes the signing secret.

Required scope: webhooks:read|webhooks:manage

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

disabled_reason explains why an inactive subscription was turned off — gone (the receiver returned 410), max_failures (auto-disabled after too many consecutive failures), revoked (the connected app it was created under lost access), or manual. disabled_reason_label is that reason in prose, and can_reenable says whether Enable would succeed: it is false for an already-active subscription and for one disabled by revoked, which the user cannot recover on their own.

Requires webhooks:read or webhooks:manage.

Request

Responses

OK

Response Headers
    Content-Type