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
post
/v1/auth/refresh

Last updated