Invalid in redirect

I face this issue for
https://zoom.us/oauth/authorize?response_type=code&client_id=kheZKXo2R2jwX7Efl4_w&redirect_uri=https://zoom_poc_flutter.com/a

Hey @aya.ashraf,

Thank you for submitting a standalone forum post for this. Are you able to provide the HTTP status and any error messages that are returned when using that endpoint?

Thanks,
Max

it shows in browser Invalid redirect url (4,700)
and in postman : {“status”:false,“errorCode”:202,“errorMessage”:“Something went wrong. Please refresh this page.”,“result”:null}

Hey @aya.ashraf,

Looking at the redirect_uri that you’re using in your request, it looks like that domain doesn’t exist. I say this because it’s not possible to register a domain with underscores and when navigating to that domain, I see that it does not exist. You’ll want to make sure that the redirect_uri that you are using is for a publicly accessible site so that the OAuth flow can redirect to that domain successfully.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

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