{ "opencollection": "1.0.0", "info": { "name": "Mezmo Alerts Archiving Sources API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "List Sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.mezmo.com/pipelines/:pipelineId/sources", "params": [ { "name": "pipelineId", "value": "", "type": "path" } ] }, "docs": "List Sources" }, { "info": { "name": "Create Source", "type": "http" }, "http": { "method": "POST", "url": "https://api.mezmo.com/pipelines/:pipelineId/sources", "params": [ { "name": "pipelineId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Source" }, { "info": { "name": "Get Source", "type": "http" }, "http": { "method": "GET", "url": "https://api.mezmo.com/pipelines/:pipelineId/sources/:nodeId", "params": [ { "name": "pipelineId", "value": "", "type": "path" }, { "name": "nodeId", "value": "", "type": "path" } ] }, "docs": "Get Source" }, { "info": { "name": "Update Source", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mezmo.com/pipelines/:pipelineId/sources/:nodeId", "params": [ { "name": "pipelineId", "value": "", "type": "path" }, { "name": "nodeId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Source" }, { "info": { "name": "Delete Source", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mezmo.com/pipelines/:pipelineId/sources/:nodeId", "params": [ { "name": "pipelineId", "value": "", "type": "path" }, { "name": "nodeId", "value": "", "type": "path" } ] }, "docs": "Delete Source" } ] } ], "bundled": true }