Last updated 8 days ago
Returns the Network Operator name from the Edge.
The IP address of the edge
Retrieved Network Operator successfully
const response = await fetch('https://api.monogoto.io/api/v1/edge/{edgeIp}/networkoperator', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "networkoperator": [ { "networkoperator": "Monogoto4G", "rat": "4G" }, { "networkoperator": "Monogoto5G", "rat": "5G" } ] }