{ "opencollection": "1.0.0", "info": { "name": "Canny REST Autopilot Ideas API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Ideas", "type": "folder" }, "items": [ { "info": { "name": "List ideas", "type": "http" }, "http": { "method": "POST", "url": "https://canny.io/api/v1/ideas/list", "body": { "type": "json", "data": "{}" } }, "docs": "List ideas" }, { "info": { "name": "Retrieve an idea", "type": "http" }, "http": { "method": "POST", "url": "https://canny.io/api/v1/ideas/retrieve", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve an idea" }, { "info": { "name": "Merge two ideas", "type": "http" }, "http": { "method": "POST", "url": "https://canny.io/api/v1/ideas/merge", "body": { "type": "json", "data": "{}" } }, "docs": "Merge two ideas" }, { "info": { "name": "Delete an idea", "type": "http" }, "http": { "method": "POST", "url": "https://canny.io/api/v1/ideas/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete an idea" } ] } ], "bundled": true }