Check if MT SMS was Received
This guide will provide a small guidance on how to check if MT SMS message from portal to your Thing was received successfully.
Before using this API, please make sure that your SIM card profiles and your Monogoto account supports MT SMS functionality
Check if MT SMS was received
POST
https://console.monogoto.io/thing/searchCDR
Headers
YOUR_TOKEN*
String
Your authentication token
CUSTOMER_ID*
String
Customer API key
Request Body
ICCID
String
The ICCID of your SIM
EVENT_DATA_TYPE
String
EVENT_MESSAGE_TYPE
String
LIMIT
String
Replace with the amount of results you would like to see
Example using cURL:
Example of request:
Example of expected result showing last 1 MT SMS from the portal that was successful:
Last updated
Was this helpful?