MoJo Team Sync API

REST API

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.

Quick Start

Authentication

# Authentication Header
Authorization: Bearer YOUR_API_KEY

Example Request

curl -X GET 'https://api.team-sync.mojowebtech.com/v1/employees' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json'

Employee Management

Complete CRUD operations for employee profiles, departments, and roles.

GET /v1/employees

Attendance Tracking

Track check-ins, check-outs, and work hours with detailed analytics.

POST /v1/attendance

Leave Management

Handle leave requests, approvals, and leave balance tracking.

GET /v1/leaves

Payroll Access

Secure endpoints for payslip generation and salary information.

GET /v1/payroll

Rate Limits

Plan Rate Limit Burst Limit
Developer 1000 requests/hour 50 requests/second
Business 5000 requests/hour 100 requests/second
Enterprise Custom Custom

Ready to use Team Sync?

Access the application directly to manage your team

Launch App