Getting Zoom Token returning 401 unauthorized

We are now using the following api to get zoom token for starting meeting through my mobile app. I’m now using zoom meeting sdk 5.12.0 for both android and iOS.

https://zoom.us/v2/users/healtppy@gmail.com/token?type=token&access_token={access_token}

Now, the end point is always returning 401 unauthorized with the error message "

Invalid access token, this access token is not supported as query parameter string

" and the code in the response is 124.
So, is the api mentioned above deprecated? If it is, let us know any alternate ways to get the zoom token since the app is currently live in their respective stores.

You’ll need to pass sensitive parameters in the request body or request headers now to keep it out of log files. For the request body, make sure to use the POST method, and set the Content-Type header to align with how you’re formatting the request body.

1 Like