API Interface v2.4

All modules operational · {{ now()->format('M d, Y H:i') }}

Modules 9
Endpoints 42
LIVE

Authentication

online
POST /login
GET /logout
GET /user

Dashboard

online
GET /dashboard/stats

Employees

online
GET /employees
POST /employees
GET /employees/{id}
PUT /employees/{id}
DEL /employees/{id}

Departments

online
GET /departments
POST /departments
GET /departments/{id}
PUT /departments/{id}
DEL /departments/{id}

Designations

online
GET /designations
POST /designations
GET /designations/{id}
PUT /designations/{id}
DEL /designations/{id}

Roles

online
GET /roles
POST /roles
GET /roles/{id}
PUT /roles/{id}
DEL /roles/{id}

Attendance

online
GET /attendance
POST /attendance/leave
GET /attendance/leaves
GET /attendance/today
GET /attendance/{employeeId}
GET /attendance/monthly/{employeeId}
POST /attendance/checkin
POST /attendance/checkout

Salary

online
POST /salary/generate
GET /salary
GET /salary/{id}
GET /salary/report
GET /salary/check

Reports

online
GET /reports
Secured with auth:sanctum Last sync: {{ now()->format('H:i:s') }} 42 endpoints · 9 modules