v1
latestOpenAPI 3.0.12026-07-1711094.7 KBRefreshes the access token using the refresh token.
This function uses the refresh token to obtain a new access token. It is an asynchronous operation that returns a promise, which resolves when the access token has been successfully refreshed. This function is essential for maintaining continuous authentication in long-running applications.
post/refreshAccessToken
Request body
Response
Access token successfully refreshed
Example response
{
"message": "Access token refreshed successfully"
}