When to Use
Use this endpoint when your session token has expired but you want to continue the medical consultation. The refresh endpoint allows you to extend the session lifetime without creating a new session.Next Steps
After refreshing the token, use the newsession_token
to:
- Update your WebSocket authentication
- Continue the medical conversation seamlessly
- The session ID remains the same, only the token is renewed
Authorizations
Your API key for authentication
Headers
The expired session token
Path Parameters
The unique session identifier
Response
Token refreshed successfully