Fetch a Network resource
Mobile operator networks to which Super SIMs can connect
Fetch a Network resource.
Path parameters
-
The SID of the Network resource to fetch.
GET /v1/Networks/{Sid}
curl \
-X GET https://supersim.twilio.com/v1/Networks/{Sid} \
--user "username:password"
Response examples (200)
{
"friendly_name": "string",
"identifiers": [],
"iso_country": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"friendly_name": "string",
"identifiers": [],
"iso_country": "string",
"sid": "string",
"url": "https://example.com"
}