Welcome to the Dukalink Point of Sale (POS) API. This API provides endpoints for managing a multi-tenant POS system.
Comprehensive API documentation is available through Swagger UI. You can explore all available endpoints, request/response formats, and authentication requirements.
Recommendation: When accessing over network (using IP address), use the "Network-Friendly" version. If one version doesn't work, try another one.
Most API endpoints require authentication using JWT Bearer tokens. To authenticate:
/api/v1/auth/login with valid credentialsAuthorization: Bearer <your-token>The following users are available for testing:
You can check if the API is running by accessing the health check endpoint:
Check API Health