POST/auth/refresh-token

Refresh Token

Outcome - Refreshes the access token using a refresh token.

Body Parameters

refreshTokenstringrequired

Refresh Token

Responses

Response attributes

messagestring

Success message

dataobject

Object containing the new tokens

Show child attributes (3)
accessTokenstring

New JWT Access Token

refreshTokenstring

New JWT Refresh Token

expiresAtnumber

Token expiration timestamp

statusnumber

HTTP status code

Was this page helpful?