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