Obtaining an API key for the Zoom API

Obtaining an API key for the Zoom API

Oct 30, 2019

This tutorial demonstrates how to retrieve credentials on Zoom developer website for use with the Zoom API. This tutorial covers (i) creating your application; (ii) retrieving your OAuth 2.0 client ID and client secret; as well as (iii) configuring your application scopes.

Steps to follow:

  1. Sign in to the Zoom Developer Website - https://marketplace.zoom.us
  2. In the header, select "Build App" and choose the OAuth type
  3. Fill your application information
  4. Retrieve your developer keys clientId/clientSecret
  5. Select the scopes you want to use in the "Scope" section
  6. That's it!