Description
Would someone be able to let me know if any of the following three api calls need to be changed for the Feb 14th query string access token deprecation? @michael.zoom would you have an answer for this?
BaseUrl = https://zoom.us
- Revoke Marketplace App access for user: POST {BaseUrl}/oauth/revoke?token={token}
- Get new access token for user: GET {BaseUrl}oauth/token?grant_type=refresh_token&refresh_token={refresh_token}
- Give user access to Marketplace App: POST {BaseUrl}/oauth/token?grant_type=authorization_code&code={code}&redirect_uri={redirect_uri}