Fetch a Sim resource on your Account
A resource representing a Programmable Wireless SIM
Fetch a Sim resource on your Account.
Path parameters
-
The SID or the
unique_name
of the Sim resource to fetch.
GET /v1/Sims/{Sid}
curl \
-X GET https://wireless.twilio.com/v1/Sims/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"commands_callback_method": "HEAD",
"commands_callback_url": "https://example.com",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"e_id": "string",
"friendly_name": "string",
"iccid": "string",
"ip_address": "string",
"links": {},
"rate_plan_sid": "string",
"reset_status": "resetting",
"sid": "string",
"sms_fallback_method": "HEAD",
"sms_fallback_url": "https://example.com",
"sms_method": "HEAD",
"sms_url": "https://example.com",
"status": "new",
"unique_name": "string",
"url": "https://example.com",
"voice_fallback_method": "HEAD",
"voice_fallback_url": "https://example.com",
"voice_method": "HEAD",
"voice_url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"commands_callback_method": "HEAD",
"commands_callback_url": "https://example.com",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"e_id": "string",
"friendly_name": "string",
"iccid": "string",
"ip_address": "string",
"links": {},
"rate_plan_sid": "string",
"reset_status": "resetting",
"sid": "string",
"sms_fallback_method": "HEAD",
"sms_fallback_url": "https://example.com",
"sms_method": "HEAD",
"sms_url": "https://example.com",
"status": "new",
"unique_name": "string",
"url": "https://example.com",
"voice_fallback_method": "HEAD",
"voice_fallback_url": "https://example.com",
"voice_method": "HEAD",
"voice_url": "https://example.com"
}