Network Lists
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringOptionalExample:
foobartagsstring[]OptionalExample:
An array of Tag IDs to be associated with the Network List.
["tag-id-1"]networksobject[]OptionalExample:
An array of networks to be associated with a SIM.
[{"mcc":"242","mnc":"01"},{"mcc":"240","mnc":"02"}]Responses
200
OK
application/json
Responseobject
post
/network-whitelists200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
network_whitelist_namestringRequired
Body
tagsstring[]OptionalExample:
An array of Tag IDs to be associated with the Network List. Caution: Include all Tags you want to keep plus any new ones, as this replaces the entire list of Tags.
["tag-id-1","tag-id-2"]networksobject[]OptionalExample:
An array of networks to be associated with a SIM. Caution: Include all networks you want to keep plus any new ones, as this replaces the entire list of networks.
[{"mcc":"242","mnc":"01"},{"mcc":"240","mnc":"02"},{"mcc":"238","mnc":"20"}]Responses
200
OK
application/json
Responseobject
patch
/network-whitelists/{network_whitelist_name}200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
network_whitelist_namestringRequired
Responses
200
OK
application/json
Responseobject
403
Network List still mapped to some SIMs
application/json
delete
/network-whitelists/{network_whitelist_name}Last updated