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.