Webhooks
List Webhooks
List every webhook subscription on the account — newest first, secrets never included.
GET
Lists every webhook subscription on your account, newest first. Use it to audit what is subscribed before creating another (accounts cap at 10) and to spot subscriptions that have been auto-disabled.
Signing secrets are never included — they are shown only once, in the create response. A lost secret cannot be recovered: delete the subscription and create a new one.
Requirements:
webhooks:manage scope + the public_api_webhooks feature.
Request
No parameters. The list is not paginated — an account holds at most 10 subscriptions.Response
Errors
| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid token |
403 | FORBIDDEN | Missing webhooks:manage scope, or public_api_webhooks disabled |