Network Lists
Authorizations
AuthorizationstringRequired
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
objectOptional
post
/network-whitelists200
OK
Authorizations
AuthorizationstringRequired
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
objectOptional
patch
/network-whitelists/{network_whitelist_name}200
OK
Last updated