When does refresh_token expire?

My app is currently using OAuth at a user-level to access the zoom API. This works great, but it appears that refresh_token is expiring entirely sooner than I had anticipated.

I looked through the API documentation and haven’t been able to find anything; is there any specification of when the refresh_token expires? If so, what is it?

Hey @Randolpho, thanks for posting and using Zoom!

The access_token lasts for 60 minutes.

The refresh_token lasts for 15 years.

You can see detailed info on how to use the OAuth flow noting the expirations here.

Thanks,
Tommy