API v2.2 / Store / Get Country Network Data
GET /networks
GET
/networks
This endpoint is used to return the networks for a country/countries searched for either by an array of countires or ISO codes (ISOs).
Alternatively, it can be toggled to return all countries and their networks.
Please refer to the rate sheet, availible to download in the eSIM Go Management Portal for a full list of country names and ISO codes.
Authorizations
Parameters
Query Parameters
countries
string
List of Countries e.g. United Kingdom,United States
isos
string
List of ISOs e.g. GB,US
returnAll
boolean
Used to toggle returning of all Countries e.g. true/false
Responses
200
Network Information Response
Array<object>
object
countryNetworks
Array of Networks for Countries Searched
Array<CountryNetworks>
400
Bad Request
401
Unauthorised