Fetch SMS Command instance from your account.
Machine-to-machine SMS Commands sent to/from SIMs
Fetch SMS Command instance from your account.
GET
/v1/SmsCommands/{Sid}
curl \
--request GET 'https://supersim.twilio.com/v1/SmsCommands/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "HCaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://supersim.twilio.com/v1/SmsCommands/HCaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"status": "queued",
"payload": "content of the command",
"sim_sid": "HSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"direction": "to_sim",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z"
}