Error
Webhook endpoints
List webhook endpoints
Returns endpoints registered in this mode, newest first. Signing
secrets are never included. Omit limit to receive the full list in
one response; pass limit (and starting_after from next_cursor)
to page.
GET
Error
Authorizations
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
Query Parameters
Page size (1-100). Omit to receive the full list in one response.
Required range:
1 <= x <= 100Cursor: an id from this list (typically the previous response's next_cursor). Returns results strictly after it, newest first.
Response
A list of webhook endpoints, newest first. Signing secrets are not included.

