SMSCommand Resource
Exchange machine-to-machine (M2M) messages via SMS
SMS Commands to SIM (Mobile Terminated)
https://supersim.api.korewireless.com/v1/SmsCommandsSMS Commands from SIM (Mobile Originated)
Asynchronous resource
API Authorization
Create an SmsCommand Resource
Send SMS Command to a Sim.
The sid or unique_name of the SIM to send the SMS Command to.
The message body of the SMS Command.
The HTTP method we should use to call callback_url. Can be: GET or POST and the default is POST.
The URL we should call using the callback_method after we have sent the command.
Created
Created
Fetch an SmsCommand Resource
Fetch SMS Command instance from your account.
The SID of the SMS Command resource to fetch.
^HC[0-9a-fA-F]{32}$OK
OK
Read multiple SmsCommand Resources
Retrieve a list of SMS Commands from your account.
The SID or unique name of the Sim resource that SMS Command was sent to or from.
{"value":"HSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}The status of the SMS Command. Can be: queued, sent, delivered, received or failed. See the SMS Command Status Values for a description of each.
{"value":"received"}Possible values: The direction of the SMS Command. Can be to_sim or from_sim. The value of to_sim is synonymous with the term mobile terminated, and from_sim is synonymous with the term mobile originated.
How many resources to return in each list page. The default is 50, and the maximum is 1000.
The page index. This value is simply for client state.
The page token. This is provided by the API.
OK
OK
Status Values
SMS Command resource status callbacks
Retention Period
Last updated
Was this helpful?