v1.0.0
OAS 3.1.0
Whisp REST API
REST API for the Whisp Chat platform.
Authentication
All protected endpoints require a valid JSON Web Token (JWT) in the Authorization header.
Header format: Authorization: Bearer <JWT>
Tokens expire and can be refreshed via /api/auth/refresh.
Real-Time Messaging
For WebSocket/STOMP real-time messaging, see the Whisp Real-Time Messaging documentation.
Client Libraries