-
Navigate to https://marketplace.zoom.us/develop/create, choose
oauth
and clickCreate
. -
Give it a name, e.g. 'Response'
-
Select
Account-level app
-
Hit
Create
-
Fill out all the information, and move to the
App Credentials
section. -
Note your
API Key
and yourAPI Secret
-
Configure your environment variables as follows:
ZOOM_API_KEY
is the notedAPI Key
ZOOM_API_SECRET
is the notedAPI Secret
ZOOM_USER_ID
is the email you use to log into your Zoom account.