Zoom API OAuth 2.0

Description
OAuth 2.0 provides access token and refresh token for authorization. The problem is that every time I try to get access token by using refresh token , the refresh token also gets modified which is creating problem because refresh token is not supposed to change.

Error
124 Invalid access token.

Which App?
I am using zoho flow to integrate zoom with other application.

Hi @saira,

Thanks for reaching out about this.

Please note that each time you retrieve an access_token, our /oauth endpoint will also return an updated refresh_token. These tokens are dynamic, and you will need to update both of their values when refreshing an access_token each time. More details on this here:

Let me know if it helps to clarify,
Will

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