Invalid request : Redirect URI mismatch

Description
Step 2: Request Access Token.

Error
Invalid request : Redirect URI mismatch.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth2

Which Endpoint/s?
//https://zoom.us/oauth/token

How To Reproduce (If applicable)
My request url is https://zoom.us/oauth/token?grant_type=authorization_code&code=Ek4Ds92GKA_w_y-Oh8YRWeq3r8uFophFg&redirect_uri=https://meraan.com/site/zoom/redirect, https://meraan.com/site/zoom/redirect in white list.

Screenshots (If applicable)

is the mentioned URL updated in Zoom app side.
Under Field:
Redirect URL for OAuth
Value:
https://meraan.com/site/zoom/redirect

1 Like

I don’t understand how to fix it from your answer.

Solution: Wrong Redirect URL, it should be like in field “Redirect URL for OAuth” in App credential. On my case, I have got to code by link
https://zoom.us/oauth/authorize?response_type=code&client_id=g7_b0mdkQ1ODllPQYnln0A&redirect_uri=https://meraan.com/site/zoom/auth
and redirect_uri for Request Access Token shoud be same;

1 Like

Happy to hear you figured out the issue! :slight_smile:

Thanks,
Tommy