Not able to find my SDK Key

I want MY_SDK_KEY for the app that i want to upload on the marketplace.
But i am not able to find it anywhere can you pls help me navigate that?
I am building a Zoom App that runs inside the Zoom Client (via the Zoom Apps SDK + Meeting Component + Video-Layer capability),

@Kanak your sdk key is your client id. your sdk secret is your client secret.

1 Like

Hi there,

To get started, please follow these steps to create your Zoom app:

  1. Create a General App on Zoom Marketplace
  • Go to marketplace.zoom.us
  • Click on the Develop dropdown (top-right)
  • Select Build App
  • Choose General App and click Create

  1. Fill out the App Form
  • Complete all the required details such as app name, company name, etc.
  1. Set App Surface and Product Selection
  • Navigate to the Surface section
  • Select Where to use your app
  • Choose Meetings and More depending on your requirements

  1. Configure URLs and Domain Settings
  • Set the Home URL
  • Add your domain(s) under Allow List
  1. Enable Zoom App SDK
  • Scroll down and toggle Zoom App SDK to enable it
  • Choose further settings like In-Client OAuth or Guest Mode as needed

  1. Enable Meeting SDK
  • Navigate to the Embed section
  • Enable Meeting SDK

  1. Set App Scopes
  • Go to the Scopes tab
  • Add the permissions your app requires

  1. Local Testing Setup
  • Click Local Test
  • Fill out the required fields as prompted
  • These fields are necessary to preview, add, or share your app

  1. Copy Credentials
  • Once your app is configured, copy the Client ID and Client Secret from the development environment

  1. Switch to Production
  • When development is complete, switch your app to Production
  • Fill out all the required fields as you did during development

Let me know if you have any questions — happy to help!

Thanks,
Naeem Ahmed


1 Like