naftiko: 1.0.0-alpha2 info: label: Housecall Pro Public API — Employees description: Housecall Pro Public API — Employees. Read operations against the /employees resource for office staff, field technicians, and admins. tags: - Housecall Pro - Employees - Workforce created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: HOUSECALL_PRO_API_KEY: HOUSECALL_PRO_API_KEY capability: consumes: - type: http namespace: employees baseUri: https://api.housecallpro.com description: Housecall Pro Employees business capability. resources: - name: employees path: /employees operations: - name: listemployees method: GET description: List Housecall Pro Employees - name: employee path: /employees/{employee_id} operations: - name: getemployee method: GET description: Get A Housecall Pro Employee inputParameters: - name: employee_id in: path type: string required: true authentication: type: apikey key: Authorization value: 'Token {{env.HOUSECALL_PRO_API_KEY}}' placement: header