Skip to main content
POST
/
api
/
webhook
/
calls
/
sinch
Handle Sinch voice call webhook
curl --request POST \
  --url https://your-instance.example.com/api/webhook/calls/sinch \
  --header 'Content-Type: application/json' \
  --data '
{
  "event": "<string>",
  "callId": "<string>",
  "callResourceUrl": "<string>"
}
'
{}

Body

application/json
event
string
callId
string
callResourceUrl
string

Response

Call webhook processed

Generic response envelope. Endpoint-specific fields are intentionally open.