Creating a Zoom OAuth App

Last published : Apr 17, 2026
To create an oAuth application:
  1. Sign in to Zoom Marketplace.
  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. Give an app name, choose Account-level app, disable Publishing to Marketplace and click Create.
  7. Copy the Client ID and the Client Secret. They will be used later to configure the Zoom collector.
  8. 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.
  9. Click Continue.
  10. Go to Scopes and click Add Scopes.
  11. Add the following scopes to the application and click Done:
    • phone:read:user:admin
    • phone:read:list_users:admin
    • phone:read:sms_message:admin
    • phone:read:sms_session:admin
    • phone:read:list_sms_sessions:admin
  12. Click Done.
Related information