Refresh token expiring unexpectedly

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)

Context: refreshing access token

Description

Refresh token returns invalid_grant error after 60 minutes even though expiration is 90 days. (App development environment)

Error:


{

"reason": "Invalid Token!",

"error": "invalid_grant"

}

How To Reproduce

  1. Issue a new oAuth access_token and refresh_token

  2. Wait until access_token expires

  3. Attempt to renew access_token with the provided refresh_token

  4. Receive error message

Hi @SalesKik
Thanks for reaching out to us
Are you still having this issue?