Number of APIs: 2
POST {{baseUrl}}/whiteboards
Use this API to create a new whiteboard for a user. Scopes: Rate Limit Label: whiteboard:write
LIGHT
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: Note: Scopes: Rate Limit Label: whiteboard:read
) or list all whiteboards under the account (Required Scopes: whiteboard:read:admin
).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
.whiteboard:read:admin
,whiteboard:read
MEDIUM
ENDPOINTS