Programmatic access to your HR. REST endpoints over the same data and policies HeyBlue answers from. Auto-generated from the live NestJS controllers — never drifts from production.
491 endpoints · 32 modules
All endpoints are versioned at /api/v1/. We don’t break v1 without a 90-day notice.
Tenant API keys passed as a bearer token:
Public endpoints (globe icon) need no auth. Self-serve key management is on the roadmap; talk to us to get a key today.
# A no-auth health check to verify connectivity:
curl https://api.hrms.bluewoo.com/api/v1/health
# A tenant-authed call:
curl https://api.hrms.bluewoo.com/api/v1/employees \
-H 'Authorization: Bearer $BLUEWOO_API_KEY'