Skip to main content
POST
/
dials
/
{id}
/
hangup
Hangup Dial.
curl --request POST \
  --url https://api.vogent.ai/api/dials/{id}/hangup \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

In the form Bearer <api_key_here>. You can find your api key in your dashboard.

Path Parameters

id
string
required

ID of the dial.

Response

Successful operation

success
boolean
required
Example:

true

I