#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.
-
whiteboards-{whiteboardId}-collaborator-{collaboratorId} - Remove the collaborator from a whiteboard DELETE {{baseUrl}}/whiteboards/:whiteboardId/collaborator/:collaboratorId
-
whiteboards-{whiteboardId}-collaborator - Share a whiteboard to new users or team chat channels. POST {{baseUrl}}/whiteboards/:whiteboardId/collaborator
-
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>
-
whiteboards-{whiteboardId} - Update whiteboard basic information PUT {{baseUrl}}/whiteboards/:whiteboardId
-
whiteboards-{whiteboardId}-collaborator - Get collaborators of a whiteboard GET {{baseUrl}}/whiteboards/:whiteboardId/collaborator
-
whiteboards-{whiteboardId}-collaborator - Update whiteboard collaborators PATCH {{baseUrl}}/whiteboards/:whiteboardId/collaborator
-
whiteboards-{whiteboardId}-share_setting - Update whiteboard share setting PATCH {{baseUrl}}/whiteboards/:whiteboardId/share_setting
-
whiteboards-{whiteboardId} - Get a whiteboard GET {{baseUrl}}/whiteboards/:whiteboardId
-
whiteboards-{whiteboardId} - Delete a whiteboard DELETE {{baseUrl}}/whiteboards/:whiteboardId
-
whiteboards - Create a new whiteboard POST {{baseUrl}}/whiteboards