Logo
Zoom Public API Documentation

Zoom Whiteboard API

Number of APIs: 10


The Zoom Whiteboard API empowers interactive collaboration by enabling integration with whiteboard features.

Use Cases
  • Create a Zoom Whiteboard user.
  • Facilitate brainstorming sessions with a remote team member.
  • Conduct interactive training or educational sessions online.


1. whiteboards-{whiteboardId}-collaborator-{collaboratorId} - Remove the collaborator from a whiteboard

DELETE {{baseUrl}}/whiteboards/:whiteboardId/collaborator/:collaboratorId



2. whiteboards-{whiteboardId}-collaborator - Share a whiteboard to new users or team chat channels.

POST {{baseUrl}}/whiteboards/:whiteboardId/collaborator



3. whiteboards - List all whiteboards

GET {{baseUrl}}/whiteboards?search_key=<string>&user_id=<string>&date_filter_type=modified_date&from=<dateTime>&to=<dateTime>&page_size=10&next_page_token=<string>



4. whiteboards-{whiteboardId} - Update whiteboard basic information

PUT {{baseUrl}}/whiteboards/:whiteboardId



5. whiteboards-{whiteboardId}-collaborator - Get collaborators of a whiteboard

GET {{baseUrl}}/whiteboards/:whiteboardId/collaborator



6. whiteboards-{whiteboardId}-collaborator - Update whiteboard collaborators

PATCH {{baseUrl}}/whiteboards/:whiteboardId/collaborator



7. whiteboards-{whiteboardId}-share_setting - Update whiteboard share setting

PATCH {{baseUrl}}/whiteboards/:whiteboardId/share_setting



8. whiteboards-{whiteboardId} - Get a whiteboard

GET {{baseUrl}}/whiteboards/:whiteboardId



9. whiteboards-{whiteboardId} - Delete a whiteboard

DELETE {{baseUrl}}/whiteboards/:whiteboardId



10. whiteboards - Create a new whiteboard

POST {{baseUrl}}/whiteboards



ENDPOINTS