Using this template helps us debug your issues more effectively
Description
When getting oauth token first time, refreshing access token succeed.
But, after few days, refreshing access token returns 401 Unauthorized error.
What could make this happen?
Error
The full error message or issue you are running into.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Thank you for reaching out to the Zoom Developer Forum. When you request a new access_token, the previous refresh_token becomes invalidated. It sounds like a new access_token was requested - maybe as part of testing - and this caused the refresh_token that was held to be invalid.