What endpoints are included in the Feb 14th token deprecation?

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}

Hi @danny.beyrer
Thanks for reaching out to the Zoom Developer Forum!
Yes, all those endpoints will be affected, starting February 14th, no token values should be passed in URL query parameters.

Here is a link to our Docs where you will also find some examples of how to pass these tokens in the request body instead of as query params:

https://marketplace.zoom.us/docs/guides/auth/oauth/#step-2-request-access-token

Hope this helps,
Elisa

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