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