{ "opencollection": "1.0.0", "info": { "name": "Celigo integrator.io Platform REST Connections Flows API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Flows", "type": "folder" }, "items": [ { "info": { "name": "List flows", "type": "http" }, "http": { "method": "GET", "url": "https://api.integrator.io/v1/flows" }, "docs": "List flows" }, { "info": { "name": "Create a flow", "type": "http" }, "http": { "method": "POST", "url": "https://api.integrator.io/v1/flows", "body": { "type": "json", "data": "{}" } }, "docs": "Create a flow" }, { "info": { "name": "Get a flow", "type": "http" }, "http": { "method": "GET", "url": "https://api.integrator.io/v1/flows/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] }, "docs": "Get a flow" }, { "info": { "name": "Replace a flow", "type": "http" }, "http": { "method": "PUT", "url": "https://api.integrator.io/v1/flows/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace a flow" }, { "info": { "name": "Delete a flow", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.integrator.io/v1/flows/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] }, "docs": "Delete a flow" }, { "info": { "name": "Run a flow on demand", "type": "http" }, "http": { "method": "POST", "url": "https://api.integrator.io/v1/flows/:_id/run", "params": [ { "name": "_id", "value": "", "type": "path" } ] }, "docs": "Run a flow on demand" } ] } ], "bundled": true }