FOR DEVELOPERS
Open by default.
REST-first platform. If it has an event, you can subscribe to it. If it has an endpoint, you can call it.
EXAMPLE
$ curl https://api.humavera.com/api/v1/employees \
-H "Authorization: Bearer $HV_TOKEN"
// 200 OK
{
"id": "emp_01H…",
"name": "Emma Reed",
"role": "Data Analyst",
"country": "DE"
}
The API
- REST API with OpenAPI documentation
- API keys and OAuth apps
- Scoped to the caller's permissions, always
Webhooks
A 38-event catalog for outbound integration. Subscribe to what matters; ignore the rest.
employee.created
leave.approved
payroll.completed
workflow.escalated
employee.updated
survey.completed
Import & export
- CSV/Excel import with real parsing and foreign-key resolution
- Dry-run mode and deduplication
- Full data export of every entity, anytime
SDKs
Multi-language SDKs arrive September 2026 — the platform is REST-first today, with full OpenAPI documentation.
SSO & identity
SAML 2.0 / OIDC with test-before-activate. Details in the Trust Center.
Built to be built on.