v1
latestOpenAPI 3.1.02026-07-24700152.8 KBList subscriptions
Retrieve active webhook subscriptions for a company
get/webhooks
Query parameters
company_idinteger
Fetch subscriptions associated with the specified Breezeway company ID (cross-company access required)
Response
200
Example response
[
{
"company_id": 4,
"id": 235925,
"url": "http://example.com",
"webhook_type": "task"
}
]