Refresh access token
GET/identity/v2/manage/account/access_token/refresh
This API is used to refresh the access token using the refresh token. The refresh token is a long-lived token that can be used to obtain a new access token without requiring the user to re-authenticate.
Request
Responses
- 200
- 400
- 401
- 403
Status OK: The request was successful.
Status Bad Request: The request could not be understood by the server due to malformed syntax.
Status Unauthorized: The request requires user authentication.
Status Forbidden: The server understood the request, but refuses to authorize it.