Get Outbound SMS Log
You can use this API to get outbound sms log.
Get outbound SMS log.
GET https://{domain_name}api_smsc/v1/log/report
This endpoint allows you to get outbound smslog.
Query Parameters
Name
Type
Description
start_time
string
Starting date& time from you want to search data.(Should be EPOCH time)
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
group
string
id,sms_uuid,sms_time,service.ip,system_ip,user_id,ani,dnis,sms_content,route_status,vendor_id,delivered,media,media_url,medial_file_name,company_name
end_time
string
End time is not mandatory and should be EPOCH time.
{ "{
"company_name": "Soupra Iplink",
"sms_time": 1598248666,
"tx_cost": null,
"delivered": null,
"user_id": 57,
"dnis": "12362549083",
"route_status": "rejected",
"sms_bulk": null,
"sms_content": "soupra hi",
"ani": "12048170100",
"sms_uuid": "c7a9ee82-1fed-4c36-a499-6255fa4bca5a",
"coding": "GSM-7",
"vendor_id": null
},
{ "message": "Ain't no cake like that."}curl -X GET "http://88.198.219.62/api_smsc/v1/log/report?start_time=1598027016&end_time=1598545416&group=sms_uuid%2Csms_time%2Cuser_id%2Cani%2Cdnis%2Csms_content%2Csms_bulk%2Croute_status%2Cvendor_id%2Cdelivered%2Ccompany_name&user_id=57" -H "accept: application/json" -H "X-Auth-Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1OTg1NDQ1NzcsInVzZXJfaWQiOjU3fQ.UXpn_EGx0BpVMDZcJcKGM1d5FxA2sjfKDQPvdpDR4Vg"
Last updated
Was this helpful?