Register your OAuth application
Follow these steps to create and configure your Zoom OAuth app:1
Create a Zoom account
If you donβt already have one, sign up for a Zoom account.
2
Create an OAuth app
Go to the Zoom App Marketplace and click on βDevelopβ in the top navigation, then select βBuild Appβ.Choose βOAuthβ as the app type and provide a name for your application.
3
Configure OAuth settings
In your appβs configuration:
- Add your redirect URL (e.g.,
https://api.nango.dev/oauth/callbackfor Nango Cloud) - Select the OAuth scopes your application needs. Refer to Zoomβs OAuth scopes documentation for the full list.
- Note your Client ID and Client Secret - youβll need these to configure Zoom in Nango
4
Configure custom callback URL for production (optional)
When testing your Zoom application in the marketplace, Zoom requires you to verify your domain. For OAuth redirects, ensure you use a custom callback URL. This way, Zoom sees your own callback URL instead of Nangoβs.For more details, refer to the implement API auth guide.
Add credentials to Nango
Once you have your Client ID and Client Secret:- Go to the Integrations page in Nango
- Find and select Zoom
- Enter your Client ID and Client Secret
- Save your configuration