Skip to main content
GET
List Webhooks
Returns every webhook on the organization, including is_enabled and last_triggered_at — the pair to watch if deliveries have quietly stopped arriving. Pass is_active=true to return only enabled webhooks. for_test_connector distinguishes a Development webhook from a Production one.
This endpoint defaults to page_size=20 with a maximum of 100, rather than the 50 and 200 used elsewhere — see Pagination.

Authorizations

Authorization
string
header
required

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

Query Parameters

is_active
boolean | null

Filter webhooks by active status.

Example:

true

page_size
integer
default:20

Number of results to return per page.

Required range: 1 <= x <= 100
cursor
string | null

The pagination cursor value.

Response

Successful Response

cursor
string | null
required

Cursor value to fetch next set of items

Example:

"MDE4YjE4ZWYtYzk5Yy03YTg2LTk5NDYtN2I3YzlkNTQzM2U1"

page_size
integer
required

Indicates the count of items in the response

Example:

50

items
WebhookListItemExternal · object[]
required

List of items in the current response