{ "opencollection": "1.0.0", "info": { "name": "Salesflare Accounts Groups API", "version": "1.0.0" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.salesflare.com/groups" }, "docs": "List groups" }, { "info": { "name": "Get a group", "type": "http" }, "http": { "method": "GET", "url": "https://api.salesflare.com/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a group" } ] } ], "bundled": true }