Référence API
Backend NestJS exposé en interne sur 127.0.0.1:3001, proxifié par nginx derrière /api/*.
Cette référence couvre les endpoints client et publics. Les endpoints d'administration interne ne sont pas documentés ici.
Conventions
- Format : JSON (
Content-Type: application/json). - Auth : cookie httpOnly
zh_token(JWT). Voir Authentification. - Erreurs :
{ statusCode, message, error }au format NestJS standard. - Pagination :
?page=1&pageSize=20, réponse{ items, total, page, pageSize }.