HR quickstart
Use this guide to confirm your integration can reach Fluide HR and create an employee. You need API credentials from the Connect dashboard — see Authorization.Prerequisites
| Variable | Example |
|---|---|
FLUIDE_BASE_URL | https://sandbox.fluidehr.com |
FLUIDE_API_KEY | fl_dev_... |
FLUIDE_ACCESS_TOKEN | JWT from token exchange |
1. Verify connectivity
200 response means your credentials and base URL are correct.
2. Create an employee
Employee records in HR are the source of truth for payroll and other suite products.Next steps
HR overview
Modules, leave, contracts, and how HR fits your integration.
HR API reference
Browse and try all HR endpoints.
Payroll quickstart
Run payroll after employees exist in HR.
API playground
Authorize requests directly in the docs.