{ "opencollection": "1.0.0", "info": { "name": "Flowdock Push Authentication Organizations API", "version": "1.0" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/organizations" }, "docs": "List Organizations" }, { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/organizations/:parameterized_name", "params": [ { "name": "parameterized_name", "value": "", "type": "path" } ] }, "docs": "Get Organization" }, { "info": { "name": "Update Organization", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flowdock.com/organizations/:parameterized_name", "params": [ { "name": "parameterized_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Organization" } ] } ], "bundled": true }