Integrate powerful team management capabilities into your applications. Our REST API provides comprehensive endpoints for managing work hours, leave tracking, payroll access, and team collaboration features.
# Authentication Header
Authorization: Bearer YOUR_API_KEY
curl -X GET 'https://api.team-sync.mojowebtech.com/v1/employees' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'
Complete CRUD operations for employee profiles, departments, and roles.
GET /v1/employees
Track check-ins, check-outs, and work hours with detailed analytics.
POST /v1/attendance
Handle leave requests, approvals, and leave balance tracking.
GET /v1/leaves
Secure endpoints for payslip generation and salary information.
GET /v1/payroll
| Plan | Rate Limit | Burst Limit |
|---|---|---|
| Developer | 1000 requests/hour | 50 requests/second |
| Business | 5000 requests/hour | 100 requests/second |
| Enterprise | Custom | Custom |
Access the application directly to manage your team