Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "whiteboard_id": "<string>", "whiteboard_name": "Untitled", "locked": false, "trashed": false, "readonly": false, "non_cloud": false, "created_date": "<dateTime>", "modified_date": "<dateTime>", "share_link_setting": { "share_scope": 0, "share_role": 2 }, "advanced_share_setting": { "can_share": "<boolean>", "share_to_external": "<boolean>", "external_can_share": "<boolean>" } }



Curl
curl -X GET 'https://api.zoom.us/v2/whiteboards/:whiteboardId' -H 'Accept: application/json'

ENDPOINTS