Token refresh
The access_token is valid for 24 hours. Once it expires, you can refresh it using the refresh_token, so there is no need to perform the login process again. The access_token is valid for 60 days. Please use the following request to obtain a new access_token:
post
Authorizations
sessionidstringOptional
Body
usernamestring · max: 128Required
refresh_tokenstringWrite-onlyRequired
Responses
200
Successful refresh token flow, output
application/json
400
Bad Request: The request data is invalid
401
Unauthorized: The refresh token has expired
500
Internal Server Error: An unexpected error occurred
post
/v1/auth/refreshLast updated