List 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"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.