Last updated 8 days ago
Returns Edge ID Configuration. Edge ID signifies the identity of the Edge.
The IP address of the edge
Retrieved Edge ID successfully
"edge7"
const response = await fetch('https://api.monogoto.io/api/v1/edge/{edgeIp}/edgeid', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "edge-id": "edge7" }