Authentication API
Log Out
Invalidate current session tokens
POST
Log out and invalidate the current access and refresh tokens.
Headers
Bearer token (access token)
Response
Success message
Errors
Invalid or missing token
Notes
- Invalidates both access and refresh tokens
- All subsequent requests with these tokens will fail
- User must log in again to obtain new tokens