Last updated 8 days ago
Update Subscription Status of subscriber in the Edge.
The IP address of the edge
Successful Response
const response = await fetch('https://api.monogoto.io/api/v1/edge/{edgeIp}/subscriberdatastatus', { method: 'PATCH', headers: { "Authorization": "Bearer JWT", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();