Zoom Developer Forum

Handling Zoom app OAuth redirect URL requirements

Updated at:
October 14, 2025
Written By:
Aydin Schwartz

Question

People commonly ask on the Zoom Developer Forum:

What should I enter for the OAuth Redirect URL if my app won’t use OAuth? My app is a Zoom bot (not user-installed) that joins meetings to collect data, but the OAuth Redirect URL field is required. Is there a specific placeholder or value I should use?

Answer

If your app doesn’t rely on additional OAuth permissions/consent, you can provide your app’s homepage as the OAuth Redirect URL to satisfy the required field.

  1. Go to your app’s configuration page on https://marketplace.zoom.us/
  2. For the required OAuth Redirect URL field, enter your app’s homepage URL.
  3. Proceed with the rest of your configuration as normal.


Zoom Developer Forum Examples

Some examples of this question are:

Written By:
Aydin Schwartz