Fetch IP Command instance from your account
Machine-to-machine IP Commands sent to/from Super SIMs
Fetch IP Command instance from your account.
Path parameters
-
The SID of the IP Command resource to fetch.
GET /v1/IpCommands/{Sid}
curl \
-X GET https://supersim.twilio.com/v1/IpCommands/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"device_ip": "string",
"device_port": 42,
"direction": "to_sim",
"payload": "string",
"payload_type": "text",
"sid": "string",
"sim_iccid": "string",
"sim_sid": "string",
"status": "queued",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"device_ip": "string",
"device_port": 42,
"direction": "to_sim",
"payload": "string",
"payload_type": "text",
"sid": "string",
"sim_iccid": "string",
"sim_sid": "string",
"status": "queued",
"url": "https://example.com"
}