Last updated 3 months ago
Was this helpful?
Returns PLMNs configuration from the Edge.
The IP address of the edge
Monogoto Edge IP
curl -L \ --url 'https://api.monogoto.io/api/v1/edge/{edgeIp}/plmns' \ --header 'Authorization: Bearer JWT'
{ "plmns": [ { "plmn": "USA 315010", "mcc": "315", "mnc": "010", "rat": "4G" }, { "plmn": "USA_5G 315010", "mcc": "315", "mnc": "010", "rat": "5G", "tac": "000001" } ] }