Logo
Zoom Public API Documentation

whiteboards-{whiteboardId}

Number of APIs: 3


1. Get a whiteboard

GET {{baseUrl}}/whiteboards/:whiteboardId

Use this API to return a whiteboard information.

Scopes: whiteboard:read:admin,whiteboard:read

Rate Limit Label: MEDIUM



2. Delete a whiteboard

DELETE {{baseUrl}}/whiteboards/:whiteboardId

Use this API to delete a whiteboard.

Scopes: whiteboard:write:admin,whiteboard:write

Rate Limit Label: MEDIUM



3. Update whiteboard basic information

PUT {{baseUrl}}/whiteboards/:whiteboardId

Use this API to rename a whiteboard, update whiteboard status(locked or unlocked).

Scopes: whiteboard:write:admin

Rate Limit Label: MEDIUM



ENDPOINTS