Oauth refresh 401 error

Using this template helps us debug your issues more effectively :slight_smile:

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

Which Endpoint/s?
https://zoom.us/oauth/token?grant_type=refresh_token&refresh_token={}

Hey @ross,

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.

Let me know if that helps.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.