Getting started
Introduction
The HROne API lets you read and manage your organisation's people data — employees, attendance, leave and payroll — over a simple REST interface.
Base URL
All requests go to:
https://api.northweblabs.com/v1
Conventions
- All requests and responses are JSON.
- Timestamps are ISO 8601 in UTC.
- IDs are opaque strings — do not parse them.
Tip: every list endpoint supports pagination withlimitandcursor.