Skip to main content
POST
Refresh access token
Once the accessToken from Authenticate User with Signed Data expires, exchange refreshToken for a new accessToken without re-signing.

Example request

Example response

The response only contains a new accessToken, refreshToken itself does not rotate. Keep using the same refreshToken until it expires (refreshExpiresIn from the original authenticate call).

Body

application/json
refreshToken
string
required

Refresh token obtained from authenticate endpoint

Response

accessToken
string
required

New JWT access token

expiresIn
number
required

Access token expiration time in seconds