API for Zoom Whiteboard

Is there currently an API for Zoom Whiteboard? If not, is there a plan to offer one soon? Thanks!

Hi @Sendtoranda , this has been submitted as a feature request, but is not currently available.

APIs are now available it seems:

1 Like

hi @gianni.zoom
i am getting 401 from https://api.zoom.us/v2/whiteboards api
{
“code”: 104,
“message”: “Invalid access token, does not contain scopes:[“whiteboard:write”]”
}
this the error message i am using server to server auth token and i added scope to the server to server auth app so what is the problem

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Hi @oyusuf , try generating a new token after adding the scopes.

hi @gianni.zoom
i already tryed this but still does not work

Hi @oyusuf ,

Can you please share the full request (including query parameters) with sensitive info obscured?

Additionally please confirm if you are trying to list whiteboards for you or others on your account.