Skip to main content
POST
/
api
/
v1
/
webhooks
/
telephony
/
{vendor_slug}
Receive generic telephony vendor webhook event
curl --request POST \
  --url https://api.callaro.ai/api/v1/webhooks/telephony/{vendor_slug} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vendor_slug
string
required

Body

The body is of type object.

Response

Event accepted

data
object
message
string | null
meta
object
request_id
string | null