How to get a any redirect_uri to make a test app?

Hey, y’all!

I am currently using Postman to get the OAuth and, I’m sent to Sign In because apparently my current redirect_uri is unresponsive. How can I have one that could give me the authorization code, please?

Thanks.

Hi @ti11,

Thank you for reaching out to the Zoom Developer Support.

The redirect_uri is your app’s url to which Zoom redirects the user with the authorization code or an error response code. This must match one of the redirect URIs used during registration.

Please visit our marketplace guide to know more about OAuth with Zoom.

We also have a guide to test Zoom API’s on postman, I would recommend visiting that as well.

Thanks!