{ "opencollection": "1.0.0", "info": { "name": "Hint Health AccountAccessToken EmployeeDivision API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "EmployeeDivision", "type": "folder" }, "items": [ { "info": { "name": "List All Employee Divisions", "type": "http" }, "http": { "method": "GET", "url": "https://api.hint.com/api/provider/companies/:company_id/employee_divisions", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "Unique Company ID" } ] }, "docs": "List All Employee Divisions" } ] } ], "bundled": true }