Authentication
Refresh token
Issue a new session token if the current one is still valid
POST
Use this endpoint to obtain a fresh JWT token without re-authenticating via OTP. The current token must still be valid. Call this before your token expires to avoid service interruptions.
Requires authentication via Bearer token.
Response
true when the refresh succeeds.Errors
| Status | Description |
|---|---|
401 | Token is missing, invalid, or already expired |
429 | Rate limit exceeded |