GET
/
live_call_status
curl --request GET \
  --url https://api.toingg.com/api/v3/live_call_status \
  --header 'Authorization: Bearer <token>'
"<any>"

Overview

The “Get Live Call Status” endpoint allows users to retrieve the current status of any call in their Toingg account. By sending a GET request to the /live_call_status endpoint, users can access real-time information about a call’s status using the call SID. This functionality is crucial for monitoring ongoing calls, ensuring that users can track call progress and manage communications effectively. The endpoint provides timely updates to support efficient call management and decision-making processes.

Example cURL Request

curl -X GET \
  'https://api.toingg.com/api/v3/twilio/live_call_status?callSid=YOUR_CALL_SID' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

callSid
string
required

Response

200
application/json
Successful Response

The response is of type any.