Skip to main content
GET
List webhooks

Authorizations

Authorization
string
header
required

Token from POST /auth/token

Query Parameters

status
enum<string>

Filter by webhook status. Webhook lifecycle state. suspended is set only by the service when the endpoint is unhealthy.

Available options:
enabled,
disabled,
suspended
limit
integer
default:20
Required range: x <= 100
cursor
string

Response

List of webhooks

data
object[]
required
hasMore
boolean
required
cursor
string

Opaque pagination cursor — pass back as the cursor query param to fetch the next page. Absent on the last page.