Webhooks
Get All Webhooks
Returns all webhooks associated with the authenticated user’s company
GET
Get Webhooks
Overview
This endpoint retrieves a list of Webhooks associated with the authenticated user’s company.
Endpoint Details
- URL:
https://api.callab.ai/webhook/flow/company/outbound
- Method:
GET
- Authentication: Required (
API KEY
)
Request Headers
Header | Value | Description |
---|---|---|
Authorization | Bearer <api_key> | Your API KEY |
Response Format
The response will include a list of webhook flows with their details, including:
- Flow identification (ID, name, company)
- Configuration (retry settings, status)
- Execution history
- Flow steps and variables
- Metadata (tags, categories)
For the complete response schema, refer to the OpenAPI specification above.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Webhook response
The response is of type object
.