Build platform app settings
Go your Build Platform app settings page to get your SDK credentials and API keys, download the Video SDK for any available platform, enter your developer contact information, and set up webhooks. See Create account for details.
Open app settings page
Sign into your Build platform account and click Build App in the sidebar of the web portal to open your app settings page.
You can also go to the Zoom App Marketplace, hover over Develop, and click Build SDK app to open it.
Update account information
- Under Basic information, enter an App Name for your app.
- Under Developer Contact Information, update your Name and Email if necessary. Product updates about the Video SDK will be sent to that email address.
Download / view doc
Under Download / Code snippet:
- On the Video SDK tab, download the Video SDK for each platform that you're working with.
- On the Cobrowse SDK tab, click the link to view the Cobrowse SDK documentation.
Get SDK key and secret
- Under SDK credentials, get your SDK Key and SDK Secret to authorize your app to start and join Video SDK or Cobrowse SDK sessions.
- These SDKs uses JSON Web Tokens (JWT) for authorization. See Video SDK: Authorize or Cobrowse SDK: Authorize for details.
Get API key and secret
- Under API keys, get your API Key and API Secret to access the Account Settings APIs, Video SDK API, and Cobrowse SDK APIs.
- Build SDK APIs also use JWTs for authorization. Click View JWT Token to generate and use a token directly from the marketplace page or generate one yourself. See Make API requests for details.
Subscribe to webhook events
Under Add feature, toggle Event Subscriptions to subscribe to events using webhooks.
- Secret Token - Zoom sends the secret token in each event notification we send to your app. Use this token to verify that event notifications were sent by Zoom. See Configure webhooks for details.
- Event subscription - Configure webhooks to send Cobrowse SDK events or Video SDK events to your server as HTTP POST requests. This is useful for tracking events or building out business logic. For example, when you receive a Video SDK or Cobrowse SDK session ended webhook, you could send an email to thank the participants for joining.
Manage your account
See the rest of the documentation under Account actions to learn how to manage your account dashboard, billing, reports and recordings, and roles.
For example, you can invite Zoom accounts to view or manage your Build platform account.
For pricing, see the Developer pricing page.