Webhooks
List supported event types
GET
List supported event types
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.callingbox.io/v1/webhook_events \
--header 'Authorization: Bearer <token>'{
"data": [
"<string>"
]
}curl --request GET \
--url https://api.callingbox.io/v1/webhook_events \
--header 'Authorization: Bearer <token>'{
"data": [
"<string>"
]
}