Authentication Controller

Refresh access token

Generates a new access token using a valid refresh token. The refresh token must not be expired.

post/v1/authentication/refresh-token

Request body

authTokenstring
refreshTokenstring
userIdstring
platformTypestring

Response

New token generated successfully

authTokenstring
refreshTokenstring
userIdstring
platformTypestring

Changes