Invalid redirect using company login

Hey @steven.wadsworth, thanks for posting and using Zoom!

The Redirect URL is the url to take the user after they authorize your app. In most cases you will take your user to a /authorize path and grab the code in the query params and use that to request an access_token.

Also see this thread for using a localhost redirect url:

Thanks,
Tommy

Thanks,
Tommy