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"
    },

Last updated

Was this helpful?