Logo
Zoom Public API Documentation

whiteboards

Number of APIs: 2


1. Create a new whiteboard

POST {{baseUrl}}/whiteboards

Use this API to create a new whiteboard for a user.

Scopes: whiteboard:write

Rate Limit Label: LIGHT



2. 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>

Use this API to list whiteboards of current user (Required Scopes: whiteboard:read) or list all whiteboards under the account (Required Scopes: whiteboard:read:admin).

Note: user_id can intake Zoom user ID or email which only applies when scope = whiteboard:read:admin. Otherwise, the user_id can only intake me.

Scopes: whiteboard:read:admin,whiteboard:read

Rate Limit Label: MEDIUM



ENDPOINTS