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 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.application/json
and multipart/form-data
, and responds with application/json
and application/xml
. All endpoints are available at https://api.zoom.us/v2/
.
GET {{baseUrl}}/emails/mailboxes/:email/messages/:messageId?format=metadata&metadataHeaders=<string>
DELETE {{baseUrl}}/emails/mailboxes/:email/labels/:labelId
DELETE {{baseUrl}}/emails/mailboxes/:email/threads/:threadId
PUT {{baseUrl}}/emails/mailboxes/:email/settings/language
PUT {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId
DELETE {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId
POST {{baseUrl}}/emails/mailboxes/:email/drafts
POST {{baseUrl}}/emails/mailboxes/:email/messages/batchModify
PATCH {{baseUrl}}/emails/mailboxes/:email/labels/:labelId
ENDPOINTS