POST
/auth/refresh-tokenRefresh Token
Outcome - Refreshes the access token using a refresh token.
Body Parameters
refreshTokenstringrequiredRefresh Token
Responses
Response attributes
messagestringSuccess message
dataobjectObject containing the new tokens
Show child attributes (3)
accessTokenstringNew JWT Access Token
refreshTokenstringNew JWT Refresh Token
expiresAtnumberToken expiration timestamp
statusnumberHTTP status code
Was this page helpful?