Fetch a Network Access Profile resource's Network resource
Mobile operator networks which Network Access Profiles allow access to
Fetch a Network Access Profile resource's Network resource.
Path parameters
-
The unique string that identifies the Network Access Profile resource.
-
The SID of the Network resource to fetch.
GET /v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid}
curl \
-X GET https://supersim.twilio.com/v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid} \
--user "username:password"
Response examples (200)
{
"friendly_name": "string",
"identifiers": [],
"iso_country": "string",
"network_access_profile_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"friendly_name": "string",
"identifiers": [],
"iso_country": "string",
"network_access_profile_sid": "string",
"sid": "string",
"url": "https://example.com"
}