GET
/
v1
/
webhooks
/
calls
/
hangup
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/webhooks/calls/hangup \
  --header 'Authorization: Bearer <token>'
{
  "message": "Call ended successfully"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

team_id
string
to_number
string

Response

200
application/json

The response is of type object.