{ "opencollection": "1.0.0", "info": { "name": "Chameleon REST Alert Groups Companies API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "X-Account-Secret", "value": "{{X-Account-Secret}}", "placement": "header" } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "List companies", "type": "http" }, "http": { "method": "GET", "url": "https://api.chameleon.io/v3/analyze/companies" }, "docs": "List companies" }, { "info": { "name": "Retrieve a company", "type": "http" }, "http": { "method": "GET", "url": "https://api.chameleon.io/v3/analyze/companies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a company" } ] } ], "bundled": true }