Add a Network resource to the Network Access Profile resource
Mobile operator networks which Network Access Profiles allow access to
Add a Network resource to the Network Access Profile resource.
Path parameters
-
The unique string that identifies the Network Access Profile resource.
POST /v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks
curl \
-X POST https://supersim.twilio.com/v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'Network=string'
Request example
{
"Network": "string"
}
Request examples
{
"Network": "string"
}
Response examples (201)
{
"friendly_name": "string",
"identifiers": [],
"iso_country": "string",
"network_access_profile_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (201)
{
"friendly_name": "string",
"identifiers": [],
"iso_country": "string",
"network_access_profile_sid": "string",
"sid": "string",
"url": "https://example.com"
}