NetworkAccessProfile Resource

Control which mobile networks Super SIMs can connect to

NetworkAccessProfile resources control which public land mobile networks (PLMNs) your Super SIMs can connect to:

https://supersim.api.korewireless.com/v1/NetworkAccessProfiles

A NetworkAccessProfile resource can be referenced in the API by either by its unique Sid or UniqueName:

https://supersim.api.korewireless.com/v1/NetworkAccessProfiles/{Sid}
https://supersim.api.korewireless.com/v1/NetworkAccessProfiles/{UniqueName}

Each NetworkAccessProfile (NAP) resource has a Networksarrow-up-right subresource (NAP Networks):

https://supersim.api.korewireless.com/v1/NetworkAccessProfiles/{Sid}/Networks

Each NAP Network resource represents a cellular network that Super SIMs can connect to — an allowed Network.

The allowed networks represented by the NAP Network resources will be a subset of all of the networks supported by Super SIM represented by the Network resources returned from the main Networksarrow-up-right endpoint. You can add or remove NAP Network resources from the NAP Networks subresource at any time to change which cellular networks your Super SIMs can access.

circle-info

The Super SIM Networksarrow-up-right endpoint is a read-only resource which lists all of the cellular networks to which it is possible for Super SIMs to connect; it is a catalog of available networks for you to choose from. Once you've identified a cellular network you want to allow your Super SIMs to connect to, use its sid to add it to a NetworkAccessProfile resource's Networks subresource. See these examples to learn how to add or remove NAP Network resources.

triangle-exclamation

To make use of a NetworkAccessProfile resource, it needs to be referenced by a Fleetarrow-up-right resource. All of the Simarrow-up-right resources assigned to that Fleet will then e able to attach to the cellular networks allowed by the NetworkAccessProfile's Networksarrow-up-right subresource.

A NetworkAccessProfile can be used by multiple Fleet resources.

circle-info

For a detailed guide on how Network Access Profiles, Networks, and Fleets work together, check out How to Use Super SIM Fleets and Network Access Profiles


Forbidden Networks

The NAP Networks subresource serves as an allow list of the cellular networks to which Super SIMs can connect. Networks not present in the NAP Networks subresource are therefore blocked (i.e., forbidden).

When your device scans for available cellular networks to attempt to attach to, it may find a number of cellular networks. Super SIMs can only attach to a cellular network if the Networkarrow-up-right resource that represents the cellular network is present in a NAP's Networks subresource. If your device explicitly tries to attach to a cellular network that has not been allowed, the network will return the error 5004 / ROAMING_NOT_ALLOWED.

There will be some cellular networks for which there is no Networkarrow-up-right resource available. As such there is no way to add them to the list of allowed cellular networks in a NetworkAccessProfile resource. No Super SIMs will be able to attach to these cellular networks.


Delete a Network Access Profile

New Feature Customers can now delete unused and unwanted NAPs and their associated data. This can be done in Consolearrow-up-right: visit Super SIM > Network Access Profilesarrow-up-right, click on the name of the NAP you wish to delete, and click the Delete Network Access Profile link at the bottom of the page. You will be asked to confirm your action before the NAP is deleted. NAPs which are currently assigned to Fleets cannot be deleted.


API Authorization

Before you can make requests to this resource, you must have a valid bearer token. Review our API authorization guidearrow-up-right to learn how to generate a token. Here's a curl example on how to define your access token in a header:

circle-exclamation

Create a Network Access Profile resource


Fetch a Network Access Profile resource


Read Multiple NetworkAccessProfile resources


Update a NetworkAccessProfile resource

Last updated

Was this helpful?