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

Last updated

Was this helpful?