{ "opencollection": "1.0.0", "info": { "name": "Mezmo Alerts Archiving Tasks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "List Pending Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://api.mezmo.com/edge/clients/:clientId/tasks", "params": [ { "name": "clientId", "value": "", "type": "path" } ] }, "docs": "List Pending Tasks" }, { "info": { "name": "Submit Task Result", "type": "http" }, "http": { "method": "POST", "url": "https://api.mezmo.com/edge/clients/:clientId/tasks/:taskId/result", "params": [ { "name": "clientId", "value": "", "type": "path" }, { "name": "taskId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit Task Result" } ] } ], "bundled": true }