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