Human Resources Domain

Human Resources API

Employee records, payroll, attendance, and HR workflows

API Prefix

/api/hrm

Every endpoint hangs off this prefix so you can compose requests consistently.

Endpoint coverage

11

curated routes spanning common workflows

Playground ready

Deep link directly into the playground with your preferred method and path.

Open in Playground

Capabilities

What you can simulate

Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.

1

Employee profiles + job history

2

Payroll + compensation records

3

Attendance + shift tracking

4

Performance + review cycles

5

Leave requests + approvals

6

Recruiting + onboarding tasks

Endpoints

Available routes

Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.

GET

/api/hrm/employees

Try it
GET

/api/hrm/employees?limit=25

Try it
POST

/api/hrm/employees

Try it
GET

/api/hrm/payroll

Try it
GET

/api/hrm/payroll?month=2025-02

Try it
GET

/api/hrm/attendance

Try it
GET

/api/hrm/attendance?date=2025-01-20

Try it
GET

/api/hrm/reviews

Try it
GET

/api/hrm/reviews?employee_id=emp_1

Try it
GET

/api/hrm/leaves

Try it
POST

/api/hrm/leaves

Try it
hrm

Model people operations apps

Validate HR workflows from hiring to reviews using realistic sample data.