Skip to main content
POST
Rotate tokens with a refresh token

Authorizations

Authorization
string
header
required

Player access token returned by login/refresh.

Headers

x-refresh-token
string
required

The refresh token issued at login or by a previous rotation.

Body

application/json

The body is of type object.

Response

Tokens rotated successfully.

accessToken
string
required
refreshToken
string
required
expiresIn
integer<int64>
required

Access-token lifetime in seconds.

Last modified on September 10, 2026