Skip to main content
GET
List webhooks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string

Opaque cursor from the previous page.

limit
integer
default:25

Maximum number of webhook endpoints to return.

Required range: 1 <= x <= 100

Response

Paginated list of active webhooks

data
object[]

Canonical list envelope. Same items as endpoints (kept as a backwards-compatible alias).

endpoints
object[]

Backwards-compatible alias of data.

nextCursor
string | null
hasMore
boolean