Creating a Zoom OAuth App

Last published : Apr 17, 2026
To create an oAuth application:
  1. Login to Zoom Marketplace in case of using Zoom Commercial.
OR,
  1. Login to Zoom for Government in case of using Zoom for Government.
  2. Select Develop > Build App.
  3. Select General App and click Create.
  4. A Client ID and Client secret will be generated. Use these credentials to configure the collector.
  5. On the Basic Information page, under Select how the app is managed, choose Admin-managed and click Save.
  6. Under OAuth Information add the URL of your local environment in the following format: https://<your_instance\>/Configuration/OAuthCallback to the OAuth Redirect URL. Ensure that OAuth Allow lists field is filled with the same URL as well.
    Note: TheRedirect URIcan be found in theClickinformation of the collector source configuration.
  7. Click Continue.
  8. Go to Scopes and click Add Scopes.
    • meeting:read:list_past_participants:admin
    • meeting:read:list_poll_results:admin
    • archiving:read:archive_files:admin
    • archiving:read:list_archived_files:admin
    • user:read:user:admin user:read:list_users:admin
    • webinar:read:list_past_polls:admin
    • webinar:read:list_past_participants:admin
  9. Click Done.