{ "opencollection": "1.0.0", "info": { "name": "Humaans Audit Events Companies API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "List Companies", "type": "http" }, "http": { "method": "GET", "url": "https://app.humaans.io/api/companies" }, "docs": "List Companies" }, { "info": { "name": "Retrieve Company", "type": "http" }, "http": { "method": "GET", "url": "https://app.humaans.io/api/companies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Company" }, { "info": { "name": "Update Company", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.humaans.io/api/companies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Company" } ] } ], "bundled": true }