List webhook subscriptions
Webhooks
List webhook subscriptions
Every URL we’re currently delivering events to, plus the event types each one is subscribed to. The signing secret isn’t returned here — that only comes back at creation / rotation.
GET
List webhook subscriptions
Authorizations
Pass your secret key in the Authorization header as a Bearer
token: Authorization: Bearer sk_test_... (sandbox) or
Bearer sk_live_... (production).
Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.
Query Parameters
Opaque cursor returned by a previous list response.
Max items per page (1–100).
Required range:
1 <= x <= 100Response
A page of webhook subscriptions.
