{ "opencollection": "1.0.0", "info": { "name": "Flowdock Push Authentication Sources API", "version": "1.0" }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "List Sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/sources" }, "docs": "List Sources" }, { "info": { "name": "List Flow Sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/flows/:organization/:flow/sources", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization parameterized name." }, { "name": "flow", "value": "", "type": "path", "description": "Flow parameterized name within the organization." } ] }, "docs": "List Flow Sources" }, { "info": { "name": "Create Source", "type": "http" }, "http": { "method": "POST", "url": "https://api.flowdock.com/flows/:organization/:flow/sources", "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": "Create Source" }, { "info": { "name": "Get Source", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/flows/:organization/:flow/sources/:id", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization parameterized name." }, { "name": "flow", "value": "", "type": "path", "description": "Flow parameterized name within the organization." }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Source" }, { "info": { "name": "Update Source", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flowdock.com/flows/:organization/:flow/sources/:id", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization parameterized name." }, { "name": "flow", "value": "", "type": "path", "description": "Flow parameterized name within the organization." }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Source" }, { "info": { "name": "Delete Source", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flowdock.com/flows/:organization/:flow/sources/:id", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization parameterized name." }, { "name": "flow", "value": "", "type": "path", "description": "Flow parameterized name within the organization." }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Source" } ] } ], "bundled": true }