List Webhooks
List the webhooks configured for your organization, with their URLs, subscribed state and when each last fired.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter webhooks by active status.
Example:
true
Number of results to return per page.
Required range:
1 <= x <= 100The pagination cursor value.
Response
Successful Response