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.

Headers

X-API-Version
string
required

Management API version.

Query Parameters

status
enum<string>

Filters by webhook status.

Available options:
enabled,
disabled
environment
string

Filters by webhook environment ID.

cursor
string

Cursor token used for pagination. Response will contain items appearing after the given cursor.

limit
number
default:10

Sets the maximum number of items contained in a single page.

Required range: 0 <= x <= 101

Response

List of webhooks matching the given query.

data
object[]
required
metadata
object
required