Skip to main content

How can I generate a new RefreshToken once Old one get Expired?

You have to log in again.
Refresh token expires in 7 days by default. You can refresh it before it expires. If it is already expired, you'd have to do authorization again.
How can I refresh it before it expires?
I have gone through your documentation, But i failed to found a solution.

You can use the same ringcentral token API to get new reresh_token.

When you are going to generate a new access_token using existing refresh_token, you will automatically get a new refresh_token generated along with new access_token


Reply