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.
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. Values above the maximum are capped, not rejected.
1 <= x <= 500