API Changelog
Version 1.0.0 Current
Released: February 2026
Features
- Initial API release
- Authentication endpoints (login, logout, user)
- POS operations (menu items, categories, orders)
- Menu management (CRUD operations)
- Order processing and payments
- Multi-tenant support
- Rate limiting (60 req/min)
- Laravel Sanctum token authentication
Endpoints Added
POST /api/v1/auth/loginPOST /api/v1/auth/logoutGET /api/v1/auth/userGET /api/v1/pos/menu-itemsGET /api/v1/pos/categoriesPOST /api/v1/pos/ordersPOST /api/v1/pos/orders/{id}/kotGET /api/v1/ordersPOST /api/v1/orders/{id}/paymentGET /api/v1/tenants/current