Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

A merchant secret key (sk_…) sent as Authorization: Bearer <key>.

Query Parameters

limit
integer

Page size (1-100). Omit to receive the full list in one response.

Required range: 1 <= x <= 100
starting_after
string

Cursor: 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.

data
object[]
required
has_more
boolean
required

True when more records exist beyond this page.

next_cursor
string

Present when has_more is true: the last returned endpoint's id. Pass it as starting_after on the next request.