Last updated 4 months ago
Was this helpful?
Returns PLMNs configuration from the Edge.
The IP address of the edge
Monogoto Edge IP
GET /api/v1/edge/{edgeIp}/plmns HTTP/1.1 Host: api.monogoto.io Authorization: Bearer JWT Accept: */*
Successful Response
{ "plmns": [ { "plmn": "USA 315010", "mcc": "315", "mnc": "010", "rat": "4G" }, { "plmn": "USA_5G 315010", "mcc": "315", "mnc": "010", "rat": "5G", "tac": "000001" } ] }