{ "opencollection": "1.0.0", "info": { "name": "Flowdock Push Authentication Private Messages API", "version": "1.0" }, "items": [ { "info": { "name": "Private Messages", "type": "folder" }, "items": [ { "info": { "name": "List Private Messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/private/:id/messages", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "since_id", "value": "", "type": "query" }, { "name": "until_id", "value": "", "type": "query" } ] }, "docs": "List Private Messages" }, { "info": { "name": "Send Private Message", "type": "http" }, "http": { "method": "POST", "url": "https://api.flowdock.com/private/:id/messages", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send Private Message" }, { "info": { "name": "Show Private Message", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/private/:id/messages/:message_id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "message_id", "value": "", "type": "path" } ] }, "docs": "Show Private Message" } ] } ], "bundled": true }