{ "opencollection": "1.0.0", "info": { "name": "Mezmo Alerts Archiving EdgeClients API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "EdgeClients", "type": "folder" }, "items": [ { "info": { "name": "List Edge Clients", "type": "http" }, "http": { "method": "GET", "url": "https://api.mezmo.com/edge/clients" }, "docs": "List Edge Clients" }, { "info": { "name": "Register Edge Client", "type": "http" }, "http": { "method": "POST", "url": "https://api.mezmo.com/edge/clients", "body": { "type": "json", "data": "{}" } }, "docs": "Register Edge Client" }, { "info": { "name": "Get Edge Client", "type": "http" }, "http": { "method": "GET", "url": "https://api.mezmo.com/edge/clients/:clientId", "params": [ { "name": "clientId", "value": "", "type": "path" } ] }, "docs": "Get Edge Client" }, { "info": { "name": "Deregister Edge Client", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mezmo.com/edge/clients/:clientId", "params": [ { "name": "clientId", "value": "", "type": "path" } ] }, "docs": "Deregister Edge Client" } ] } ], "bundled": true }