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