v1

latestOpenAPI 3.1.02026-07-24700152.8 KB

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

company_idinteger
idinteger
urlstring
webhook_typestring

Example response

[
  {
    "company_id": 4,
    "id": 235925,
    "url": "http://example.com",
    "webhook_type": "task"
  }
]