Industry Tuner API

RESTful API with Modular Architecture

API Endpoints
Authentication
POST /api/v1/auth/register
POST /api/v1/auth/login
POST /api/v1/auth/logout
POST /api/v1/auth/forgot-password
POST /api/v1/auth/reset-password
GET /api/v1/auth/verify-email/{id}/{hash}
GET /api/v1/auth/resend-verification
Admin Authentication
POST /api/v1/admin/auth/login
POST /api/v1/admin/auth/logout
View API Documentation