Fetch a Network Access Profile resource's Network resource

GET /v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid}

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.

  • Sid string Required

    The SID of the Network resource to fetch.

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • friendly_name string | null

      A human readable identifier of this resource

    • identifiers array | null

      The MCC/MNCs included in the resource

    • iso_country string | null

      The ISO country code of the Network resource

    • The unique string that identifies the Network Access Profile resource

      Minimum length is 34, maximum length is 34. Format should match the following pattern: ^HA[0-9a-fA-F]{32}$.

    • sid string | null

      The unique string that identifies the resource

      Minimum length is 34, maximum length is 34. Format should match the following pattern: ^HW[0-9a-fA-F]{32}$.

    • url string(uri) | null

      The absolute URL of the resource

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"
}