OUTBOUND CALL Status

OUTBOUND CALL Status

This Voice API supports the following:

HTTP Methods

It will support GET request.

http://portal.thundersms.com/api/v2/outgoing/callstatus

MANDATORY PARAMETERS

Name Descriptions
id ID of the call which initiated through api (or)
cid Your custom id (or)
date valid date (or)
mobile valid mobile number with coutry code

Example Request

cURL - cURL
curl --location --globoff '{endpoint}api/v2/outgoing/callstatus?id={outcall_id}'

Example Response

{
  "status": 200,
  "message": "OK",
  "data": [
    {
      "id": "047d8cfc-77d1-4f6c-bfb5-e81f1a1343a7:1",
      "mobile": "918919525224",
      "caller_id": "918068287602",
      "duration": "00:00:19",
      "pulsing": "30",
      "status": "ANSWER",
      "charges": "0.1500",
      "dtmf": null,
      "location": "IN",
      "provider": "RJ",
      "start_at": "2019-07-16 18:13:44",
      "end_at": "2019-07-16 18:14:03"
    }
  ]
}