{ "opencollection": "1.0.0", "info": { "name": "Flowdock Push Authentication Flows API", "version": "1.0" }, "items": [ { "info": { "name": "Flows", "type": "folder" }, "items": [ { "info": { "name": "List Flows For Authenticated User", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/flows", "params": [ { "name": "users", "value": "", "type": "query", "description": "Set to 1 to include the list of users with each flow." } ] }, "docs": "List Flows For Authenticated User" }, { "info": { "name": "List All Flows Visible To User", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/flows/all" }, "docs": "List All Flows Visible To User" }, { "info": { "name": "Get Flow", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/flows/:organization/:flow", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization parameterized name." }, { "name": "flow", "value": "", "type": "path", "description": "Flow parameterized name within the organization." } ] }, "docs": "Get Flow" }, { "info": { "name": "Update Flow", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flowdock.com/flows/:organization/:flow", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization parameterized name." }, { "name": "flow", "value": "", "type": "path", "description": "Flow parameterized name within the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Flow" }, { "info": { "name": "Get Flow By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/flows/find", "params": [ { "name": "id", "value": "", "type": "query" } ] }, "docs": "Get Flow By Id" }, { "info": { "name": "Create Flow", "type": "http" }, "http": { "method": "POST", "url": "https://api.flowdock.com/flows/:organization", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization parameterized name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Flow" } ] } ], "bundled": true }