NetworkAccessProfile Network Subresource
Control which cellular networks are allowed by your Network Access Profile
https://supersim.api.korewireless.com/v1/NetworkAccessProfiles/{Sid}/NetworksNetworkAccessProfile Network properties
Managing Access to Networks
Allowing Access to a Network
Removing Access to a Network
API Authorization
curl -L "https://supersim.api.korewireless.com/v1/Sims" -H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" Create a NetworkAccessProfile Network Resource
Add a Network resource to the Network Access Profile resource.
The unique string that identifies the Network Access Profile resource.
The SID of the Network resource to be added to the Network Access Profile resource.
^HW[0-9a-fA-F]{32}$Created
Created
Fetch a NetworkAccessProfile Network resource
Fetch a Network Access Profile resource's Network resource.
The unique string that identifies the Network Access Profile resource.
The SID of the Network resource to fetch.
^HW[0-9a-fA-F]{32}$OK
OK
Read multiple NetworkAccessProfile Network resources
Retrieve a list of Network Access Profile resource's Network resource.
The unique string that identifies the Network Access Profile resource.
How many resources to return in each list page. The default is 50, and the maximum is 1000.
The page index. This value is simply for client state.
The page token. This is provided by the API.
OK
OK
Delete a NetworkAccessProfile Network resource
Remove a Network resource from the Network Access Profile resource's.
The unique string that identifies the Network Access Profile resource.
^HA[0-9a-fA-F]{32}$The SID of the Network resource to be removed from the Network Access Profile resource.
^HW[0-9a-fA-F]{32}$The resource was deleted successfully.
The resource was deleted successfully.
No content
Last updated
Was this helpful?