Last updated 2 months ago
Was this helpful?
Returns the Network Operator name from the Edge.
/v1/edge/{edgeIp}/networkoperator
The IP address of the edge
Monogoto Edge IP
curl -L \ --url 'https://api.monogoto.io/api/v1/edge/{edgeIp}/networkoperator' \ --header 'Authorization: Bearer JWT'
{ "networkoperator": [ { "networkoperator": "Monogoto4G", "rat": "4G" }, { "networkoperator": "Monogoto5G", "rat": "5G" } ] }