🚀 Back to App
Server Online — All systems operational

API Documentation

Complete REST API reference for Omni-Manage Gadget Shop ERP. Authenticate with JWT, explore endpoints, and test requests directly.

210+ Endpoints
32 Modules
JWT Auth
v1 API Version
🔑

Authentication

All protected endpoints require a Bearer JWT token. Get yours via POST /api/v1/auth/login-direct with your username and password.

📦

Response Format

Every response follows a standard envelope: { success, message, data, pagination? } — consistent across all 210+ endpoints.

🏢

Multi-Tenancy

Data is isolated per tenant. Your JWT token contains a tenantId that scopes all queries to your shop automatically.

Real-time Events

Connect to GET /api/v1/sse/connect for live Server-Sent Events — stock updates, new sales, notifications, and more.