Number of APIs: 56
Discover programmatic workflows like authorization, creating non-login users, in-meeting control and more in this collection. Make sure to fork this collection as well as [the application envrionment(s)] of your need prior to trying to initiate requests. Start with the API Authorization & Authentication folder to retrieve an access token. This is needed for successful requests to the subsequent endpoints. The OAuth App type will offer the shortest As you explore and build the different Zoom app types, update the environment-level variables in your forked workspace to continue optimizing your workspace experience.Done-for-You Developer API Workflows
⚡️ Pro Tips ⚡
time to first API call
if you're new to the Zoom Developer platform and eager to see how things work!
GET {{baseUrl}}/users/{userId}
POST https://zoom.us/oauth/revoke
GET {{baseUrl}}/users/{userId}
POST https://zoom.us/oauth/token
POST https://zoom.us/oauth/token
PUT {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId
DELETE {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId
GET {{baseUrl}}/emails/mailboxes/:email/settings/vacation
ENDPOINTS