Refresh token was temporarily unavailable?

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
https://zoom.us/oauth/token

Description
Access to the zoom api using the refresh token was temporarily disabled on 21 October (Japan time).
Analysis of the contents of the refresh token showed that the version had increased from 9 to 10 at the time it became unavailable.
It has now been restored, but have you detected any problems on the zoom side?

Error?

{
"reason": "Invalid Grant",
"error": "invalid_grant"
}

How To Reproduce
Steps to reproduce the behavior:
1. POST https://zoom.us/oauth/token
2. grant_type: refresh_token ※usually success request with other param
3. legacy app
4. Error response “Invalid Grant”

Hi @taremane
Thanks for reaching out to us and welcome to our Zoom Developer community!
I am not aware of this situation. Do you happen to have the refresh token available so we could look further into this? If not, please do not hesitate to reach out back to us to take a closer look

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