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”