Disable or reactivate a webhook subscription
Toggles one of the account’s subscriptions between active and disabled. A disabled subscription stops receiving NEW events; deliveries already queued are still sent. Idempotent: repeating the current status is a no-op 200. Subscriptions are never deleted — disabling is how you unsubscribe. Ownership is enforced: a subscription of another account answers 404 (it is indistinguishable from an inexistent one).
PATCH
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Path Parameters
Body
application/json
Available options:
active, disabled Last modified on August 22, 2026