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.

Path Parameters

Query Parameters

cursor
string

Opaque page cursor — the cursor query value found inside a prior response's next/previous URL. Normally you never build this yourself: just GET those URLs as-is.

limit
integer
default:20

Max items per page (1-100, default 20).

Required range: 1 <= x <= 100

Response

List of webhooks

results
object[]
required
next
string | null
required
previous
string | null
required