{ "opencollection": "1.0.0", "info": { "name": "Canny REST Autopilot Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups", "type": "http" }, "http": { "method": "POST", "url": "https://canny.io/api/v1/groups/list", "body": { "type": "json", "data": "{}" } }, "docs": "List groups" }, { "info": { "name": "Retrieve a group", "type": "http" }, "http": { "method": "POST", "url": "https://canny.io/api/v1/groups/retrieve", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a group" } ] } ], "bundled": true }