Logo
Zoom Public API Documentation

Get a workspace QR code

GET {{baseUrl}}/workspaces/:workspaceId/qr_code

Use this API to get the workspace QR code.

Scopes: workspace:read:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "qr_code": "<uri>", "expire_in": "<long>" }



Curl
curl -X GET 'https://api.zoom.us/v2/workspaces/:workspaceId/qr_code' -H 'Accept: application/json'

ENDPOINTS