Housecall Pro · Capability

Housecall Pro Public API — Employees

Housecall Pro Public API — Employees. Read operations against the /employees resource for office staff, field technicians, and admins.

Housecall Pro Public API — Employees is a Naftiko capability published by Housecall Pro, one of 6 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Housecall Pro, Employees, and Workforce.

Run with Naftiko Housecall ProEmployeesWorkforce

Capability Spec

employees.yaml Raw ↑
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