Skip to main content
PATCH
/
v1
/
webhooks
/
calls
/
receive
/
openai-hangup
cURL
curl --request PATCH \
  --url https://api.comm.com/api/v1/webhooks/calls/receive/openai-hangup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "call_id": "<string>",
  "reason": "<string>"
}
'
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.commvoice.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json
call_id
string
reason
string

Response

200 - application/json
status
string
required
Example:

"ok"