System Information
Environment
Production
Version
1.0.0
Database
Connected
Timezone
UTC
API Endpoints
| Method | Path | Description | Auth |
|---|---|---|---|
| GET | /api/health/ | Health check endpoint | Public |
| POST | /api/user/login/ | User authentication | Public |
| POST | /api/user/register/ | User registration | Public |
| GET | /api/user/profile/ | Get user profile | Required |
| POST | /api/user/token/refresh/ | Refresh access token | Public |
| POST | /api/participants/login/ | Participant authentication | Public |
| POST | /api/participants/register/ | Participant registration | Public |
| GET | /api/accounts/ | List user accounts | Required |
| GET | /api/quizzes/ | List quizzes | Required |