Skip to main content

We are polling call logs and extension data in our App.

We have noticed that the refresh tokens expiry after 7 days. What this means is that the customer must login and re-authenticate every week for the integration to continue working.


Is this the customer experience RingCentral expect?

A refresh token expires in 7 days! But every time you use the refresh token (while it is still valid) to get a new access token, the system will return a new refresh token and that token is again will expire in 7 days since the time it is issued. Thus, if your customer use your app at lease once a week, he/she does not need to relogin.


That's more like it- the docs are not clear enough in this regard!


Reply