How to useZoom App OAuth Redirect URL?

Hello everyone,
I have read all the documentation about building a very basic Zoom App, but I still need the explanation for the Oauth Redirect URL.

Can someone please explain the basic architecture and how to build your own /auth route?
Who is calling the redirect URL, and when?
Is the received access token the user’s access token?

Thank you all, and sorry if I’m asking stupid questions here :slight_smile:

Hello,

We cannot explain the architecture on a public platform but there is documentation.

Who is calling the redirect URL: anyone trying to install your integration will call your redirect URL for installation.
Is the received access token the user: Yes it is.

Regards, Kwaku

This topic was automatically closed after 20 days. New replies are no longer allowed.