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