# API Documentation This document contains API reference material. ## Endpoints ### Authentication The authentication system uses JWT tokens for secure access. ``` POST /api/auth/login POST /api/auth/refresh DELETE /api/auth/logout ``` ### User Management User management endpoints for administration. ``` GET /api/users POST /api/users PUT /api/users/:id DELETE /api/users/:id ``` ## Error Handling The API uses standard HTTP status codes and returns consistent error responses. ## Rate Limiting API requests are rate limited to prevent abuse. Check the response headers for rate limit information.