Number of APIs: 3
GET {{baseUrl}}/whiteboards/:whiteboardId
Use this API to return a whiteboard information. Scopes: Rate Limit Label: whiteboard:read:admin
,whiteboard:read
MEDIUM
DELETE {{baseUrl}}/whiteboards/:whiteboardId
Use this API to delete a whiteboard. Scopes: Rate Limit Label: whiteboard:write:admin
,whiteboard:write
MEDIUM
3. Update whiteboard basic information
PUT {{baseUrl}}/whiteboards/:whiteboardId
Use this API to rename a whiteboard, update whiteboard status(locked or unlocked). Scopes: Rate Limit Label: whiteboard:write:admin
MEDIUM
ENDPOINTS