{ "opencollection": "1.0.0", "info": { "name": "Membrane (formerly Integration.app) Platform Actions Flows API", "version": "1.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.getmembrane.com/flows" }, "docs": "List flows" }, { "info": { "name": "Create flow", "type": "http" }, "http": { "method": "POST", "url": "https://api.getmembrane.com/flows", "body": { "type": "json", "data": "{}" } }, "docs": "Create flow" }, { "info": { "name": "Get flow", "type": "http" }, "http": { "method": "GET", "url": "https://api.getmembrane.com/flows/:selector", "params": [ { "name": "selector", "value": "", "type": "path", "description": "Resource id or unique key." } ] }, "docs": "Get flow" } ] } ], "bundled": true }