APP Marketplace Access Token Issue

I have created the sample app in marketplace.

After that i have try to get access token using below link with sample app keys.

Link is: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users

It’s throwing below error message

Invalid redirect: https://marketplace.zoom.us/docs/oauth/callback/success does not match one of the registered values: [https://…] (4,700)

FYI: The app status showing “Waiting for Zoom approval” message.

Hello @zoom2,

If you have provided URLs that you need to whitelist for your app in the Whitelist URL section, please be sure to provide either the entire or the prefix of the Redirect URL for OAuth.

For e.g: if the Redirect URL for OAuth is https://mysite.somedomain.com/oauth, then your whitelist URL section should contain either https://somedomain.com or https://mysite.somedomain.com or https://mysite.somedomain.com/oauth. If for e.g. you have added https://yoursite.somedomain.com in the whitelist URL section, then you will receive the 4700 error

Let me know if this helps.

Thanks!

Thank you very much.

We are Happy to help! :slight_smile:

-Tommy