{"success":true,"data":{"name":"ePresensi API","version":"1.0.0","description":"API for ePresensi - Employee Attendance Management System","environment":"development","timestamp":"2026-04-24T11:49:49.333900","endpoints":{"public":[{"path":"/","methods":["GET"],"description":"API information"},{"path":"/api/v1/health","methods":["GET"],"description":"Health check"},{"path":"/api/v1/auth/login","methods":["POST"],"description":"User login"},{"path":"/api/v1/auth/register","methods":["POST"],"description":"User registration"},{"path":"/api/v1/auth/refresh","methods":["POST"],"description":"Refresh token"}],"protected":[{"path":"/api/v1/auth/logout","methods":["POST"],"description":"User logout"},{"path":"/api/v1/attendance/history","methods":["GET"],"description":"Attendance history"},{"path":"/api/v1/attendance/today","methods":["GET"],"description":"Today's attendance"},{"path":"/api/v1/attendance/clock-in","methods":["POST"],"description":"Clock in"},{"path":"/api/v1/attendance/clock-out","methods":["POST"],"description":"Clock out"},{"path":"/api/v1/attendance/statistics","methods":["GET"],"description":"Attendance statistics"},{"path":"/api/v1/export/attendance","methods":["GET"],"description":"Export attendance data"},{"path":"/api/v1/export/payroll","methods":["GET"],"description":"Export payroll data"},{"path":"/api/v1/export/overtime","methods":["GET"],"description":"Export overtime data"}]},"documentation":{"openapi":"/openapi.json","swagger_ui":"/swagger"},"support":{"email":"support@epresensi.com","github":"https://github.com/your-org/epresensi"}}}