{ "opencollection": "1.0.0", "info": { "name": "Housecall Pro Public Employees API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Employees", "type": "folder" }, "items": [ { "info": { "name": "List Employees", "type": "http" }, "http": { "method": "GET", "url": "https://api.housecallpro.com/employees" }, "docs": "List Employees" }, { "info": { "name": "Get Employee", "type": "http" }, "http": { "method": "GET", "url": "https://api.housecallpro.com/employees/:employee_id", "params": [ { "name": "employee_id", "value": "", "type": "path" } ] }, "docs": "Get Employee" } ] } ], "bundled": true }