| Method | Path | Roles |
|---|---|---|
| GET | /api/auth/healthcheck |
ANYONE |
| POST | /api/auth/login |
ANYONE |
| GET | /api/candidates/ |
ANYONE |
| POST | /api/candidates/ |
RECRUITER |
| PUT | /api/candidates/{candidateId}/skills/{skillId} |
RECRUITER |
| DELETE | /api/candidates/{id} |
RECRUITER |
| GET | /api/candidates/{id} |
ANYONE |
| PUT | /api/candidates/{id} |
RECRUITER |
| GET | /api/public/info |
ANYONE |
| GET | /api/reports/candidates/top-by-popularity |
ANYONE |