Get Inbound SMS Log
You can use this API to get inbound sms log.
Get inbound sms log
GET https://{domain_name}/api_smsc/v1/log/mo_report
This endpoint allows you to get inbound sms log.
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', 'vendor_id', 'user_id', 'ani', 'dnis', 'coding', 'charset', 'sms_content', 'media', 'media_url', 'media_file_name'
end_time
string
It is not mandatory and should be EPOCH time.
start_time
string
It is mandatory and should EPOCH time.
{ "name": "{
"success": true,
"data": [
{
"sms_uuid": "83788e77-9df8-4da0-9e7b-2eb502072492",
"sms_content": "test rcv 2",
"user_id": 6,
"ani": "15518007570",
"dnis": "19133556823",
"sms_time": 1598311058,
"coding": "GSM-7",
"vendor_id": "http_conn_1"
},
{ "message": "Ain't no cake like that."}\curl -X GET "https://smsc.bindcast.com/api_smsc/v1/log/mo_report?start_time=1597929141&group=sms_uuid%2Csms_time%2Cuser_id%2Cani%2Cdnis%2Csms_content%2Cvendor_id&ani=15518007570" -H "accept: application/json" -H "X-Auth-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo2LCJleHAiOjE1OTg2MzE1NTh9.l1i8YhMjbkmvTjn83kglWHYjuX6oVMe7F6RcvyyqtQg"
Last updated
Was this helpful?