account

Refreshes an expired or expiring session token.

This endpoint allows clients to extend their session by providing both the current session token and refresh token. Upon successful refresh, a new session token is issued and the old session is revoked.

post/user/refresh

Request body

refresh_tokenstring required
session_tokenstring required

Response

Session refreshed successfully

expires_atstring required
refresh_tokenstring required
refresh_token_expires_atstring required
session_tokenstring required

Changes