Can not refresh user access token

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

Description
Error 400 Bad Request when requesting access token refresh

Error?
I get an error trying to refresh token right away after adding a Zoom app.
There is a ton of similar articles on the forum but I have not found any solutions I could apply.

How To Reproduce
Steps to reproduce the behavior:

  1. Redirect user to Zoom App install link: Sign In - Zoom
  2. Accept the integration request
  3. Zoom redirects user to an app backend callback with a code.
  4. Backend requests auth&refresh tokens using a code.
  5. Backend stores auth and refresh tokens in the database.
  6. Manually I post a request in PostMan (see a screenshot above) using basic Auth (username BzenFJSwOdkXXvmxFLEg and password), body is x-www-form-urlencoded with the next params: grant_type=refresh_token and refresh_token equal the one I got on step 5.
  7. Zoom responds with status 400 and body {“reason”: “Invalid Token!”, “error”: “invalid_grant”}

Read this discussion. May be this can help you here https://devforum.zoom.us/t/cant-get-refresh-token-at-account-level-app-and-oauth-app-teatime results. If yes then please mentioned me here.