v4
latestOpenAPI 3.1.02026-08-01139149645.9 KBWebhooks
List Webhooks
List webhooks configured for the caller's organization.
get/api/v1/webhooks
Query parameters
is_activeboolean nullable
Filter webhooks by active status.
Example:true
Filter webhooks by active status.
page_sizeinteger
Number of results to return per page.
Number of results to return per page.
cursorstring
The pagination cursor value.
The pagination cursor value.
Response
Successful Response
Example response
{
"cursor": "MDE4YjE4ZWYtYzk5Yy03YTg2LTk5NDYtN2I3YzlkNTQzM2U1",
"page_size": 50,
"items": [
{
"webhook_id": "018e586b-7d0b-7bc9-be65-a8fdbc82d734"
}
]
}