Base path
/api/v1/hr
Authorization
All endpoints — includingGET /api/v1/hr/health — require three headers:
Authorization: Bearer <accessToken>X-Fluide-Api-Key: fl_dev_...X-Fluide-Client-Id: fluide-developer
Operations and monitoring
Use health endpoints in deployment pipelines. Point your metrics collector at the Prometheus path for request rates and latency.
Typical integration flow
- Create or sync employees via
POST /api/v1/hr/employees - Configure leave, contracts, or performance modules as needed
- Trigger payroll runs that reference HR employee IDs
HR product guide
Modules, permissions, and payroll handoff.
How-to guides
Add employees, contracts, leave, and attendance.
First request
End-to-end token exchange and API call.