Fetch IP Command instance from your account.
Machine-to-machine IP Commands sent to/from Super SIMs
Fetch IP Command instance from your account.
GET
/v1/IpCommands/{Sid}
curl \
--request GET 'https://supersim.twilio.com/v1/IpCommands/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "HGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://supersim.twilio.com/v1/IpCommands/HGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"status": "queued",
"payload": "checkin: firmware update",
"sim_sid": "HSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"device_ip": "100.64.0.123",
"direction": "to_sim",
"sim_iccid": "89883070000123456789",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"device_port": 100,
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"payload_type": "text"
}