Last updated 4 months ago
Was this helpful?
Returns the Network Operator name from the Edge.
The IP address of the edge
Monogoto Edge IP
GET /api/v1/edge/{edgeIp}/networkoperator HTTP/1.1 Host: api.monogoto.io Authorization: Bearer JWT Accept: */*
Retrieved Network Operator successfully
{ "networkoperator": [ { "networkoperator": "Monogoto4G", "rat": "4G" }, { "networkoperator": "Monogoto5G", "rat": "5G" } ] }