API Reference

Developer API

RESTful API with 750+ endpoints. Build custom integrations, automate workflows, and extend the platform.

750+
API Endpoints
REST
JSON API Standard
OAuth2
Authentication

Quick Start

# Authenticate
curl -X POST https://uluteam.uludeveloper.top/api/auth/login \
-H "Content-Type: application/json" \
-d '{"email":"user@example.com","password":"••••"}'

# Response
{
"token": "eyJhbGciOiJIUzI1NiIs...",
"type": "bearer",
"expires_in": 3600
}

Employee Monitoring

GET /api/monitoring/activities
GET /api/monitoring/screenshots
POST /api/monitoring/sync

Time Tracking

POST /api/time/start
POST /api/time/stop
GET /api/time/sessions

Projects

GET /api/projects
GET /api/projects/{id}/tasks
GET /api/projects/{id}/issues

Tasks

GET /api/tasks
POST /api/tasks
PUT /api/tasks/{id}

Need Help?

Join our developer community or contact support for integration assistance.

Contact Support →