Subscribing and Managing Subscriptions

You can manage subscriptions through the webhook subscription endpoints in the API:

📘

Every endpoint requires the companies:webhook_subscriptions:all scope.


Whether an operation is company-scoped or app-wide follows from your token: a company-bound token acts only on its own company's subscriptions, while a firm token acts on all the subscriptions it owns regardless of company; a client-credentials token is not bound to any company, so subscriptions it creates are always app-wide, and listing returns all subscriptions for the subscriber regardless of company.

See Subscriber types & company scoping for details.