Logo
Zoom Public API Documentation

Zoom Mail API

Number of APIs: 45


he Zoom Mail API lets developers access information from Zoom. Use this API to build private services or public applications on the Zoom App Marketplace. Learn how to get your credentials and create private or public apps in our Authorization guide. The API accepts application/json and multipart/form-data, and responds with application/json and application/xml. All endpoints are available at https://api.zoom.us/v2/.

To use this API, you must have:

  • Zoom One Pro or Standard Pro, Zoom One Business, or Zoom One Enterprise account

  • Account owner or admin privileges

Note: Pro accounts have the Zoom Mail Services enabled by default. For Business and Enterprise accounts, the Zoom Mail Services are disabled by default.


1. emails-mailboxes-{email}-messages-{messageId} - Get the specified email

GET {{baseUrl}}/emails/mailboxes/:email/messages/:messageId?format=metadata&metadataHeaders=<string>



2. emails-mailboxes-{email}-labels-{labelId} - Delete an existing label from mailbox

DELETE {{baseUrl}}/emails/mailboxes/:email/labels/:labelId



3. emails-mailboxes-{email}-threads-{threadId} - Delete an existing email thread

DELETE {{baseUrl}}/emails/mailboxes/:email/threads/:threadId



4. emails-mailboxes-{email}-settings-language - Update mailbox language setting

PUT {{baseUrl}}/emails/mailboxes/:email/settings/language



5. emails-mailboxes-{email}-drafts-{draftId} - Update the specified draft email

PUT {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId



6. emails-mailboxes-{email}-drafts-{draftId} - Delete an existing draft email

DELETE {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId



7. emails-mailboxes-{email}-drafts - Create a new draft email

POST {{baseUrl}}/emails/mailboxes/:email/drafts



8. emails-mailboxes-{email}-messages-batchModify - Batch modify the specified emails

POST {{baseUrl}}/emails/mailboxes/:email/messages/batchModify



9. emails-mailboxes-{email}-labels-{labelId} - Patch the specified label in mailbox

PATCH {{baseUrl}}/emails/mailboxes/:email/labels/:labelId



10. emails-mailb

ENDPOINTS