Network Resource
Access cellular networks to which Super SIMs can connect
https://supersim.api.korewireless.com/v1/NetworksNetwork Identifiers
API Authorization
curl -L "https://supersim.api.korewireless.com/v1/Sims" -H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" Fetch a Network Resource
get
Fetch a Network resource.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
Sidstring · min: 34 · max: 34RequiredPattern:
The SID of the Network resource to fetch.
^HW[0-9a-fA-F]{32}$Responses
200
OK
application/json
get
/v1/Networks/{Sid}200
OK
Read Multiple Network Resources
get
Retrieve a list of Network resources.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
IsoCountrystringOptionalExample:
The ISO country code of the Network resources to read.
{"value":"US"}MccstringOptionalExample:
The 'mobile country code' of a country. Network resources with this mcc in their identifiers will be read.
{"value":"310"}MncstringOptionalExample:
The 'mobile network code' of a mobile operator network. Network resources with this mnc in their identifiers will be read.
{"value":"410"}PageSizeinteger · min: 1 · max: 1000Optional
How many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerOptional
The page index. This value is simply for client state.
PageTokenstringOptional
The page token. This is provided by the API.
Responses
200
OK
application/json
get
/v1/Networks200
OK
More Read Examples
Read Network resources
Read Network resources in a country
Read Network resources by MCC-MNC
Last updated
Was this helpful?