Endpoints
Attendance
Read attendance and check-in records.
List records
GET /v1/attendance?from=2026-06-01&to=2026-06-30
Each record includes the check-in and check-out time and, where enabled, a geo-tagged location.
{
"data": [
{ "employee_id": "emp_01", "date": "2026-06-12", "in": "09:02", "out": "18:30" }
]
}