v47

latestOpenAPI 3.0.3Discuss directly with founders for license.raw.githubusercontent.com2026-01-30251599686.2 KB
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