Refresh access token
POST/api/auth/refresh
Validates the refresh token from the httpOnly cookie and issues a new short-lived access token. Rate limited to 30 requests per hour per session
Responses
- 200
- 401
- 429
Access token refreshed, new cookie set
Missing, invalid, or expired refresh token
Rate limit exceeded