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