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
| Endpoint | Purpose |
|---|---|
GET /api/v1/hr/health | Liveness and dependency health |
GET /api/v1/hr/metrics | Prometheus scrape target |
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.
First request
End-to-end token exchange and API call.