This Voice API supports the following:
It will support GET
request.
http://portal.thundersms.com/api/v2/outgoing/callstatus
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 |
curl -X GET \
"http://portal.thundersms.com/api/v2/outgoing/callstatus&id=047d8cfc-77d1-4f6c-bfb5-e81f1a1343a7:1"
{
"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"
}
]
}