Skip to main content
POST
/
phone-call
/
end-call
cURL
curl --request POST \
  --url https://chat.freedomgpt.com/api/v1/phone-call/end-call \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "callSid": "<string>"
}'
{
  "callStatus": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json
callSid
string

Response

callStatus
string