Logo
Zoom Public API Documentation

Get a workspace

GET {{baseUrl}}/workspaces/:workspaceId

Use this API to get workspace detail.

Scopes: workspace:read:admin

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<string>", "workspace_name": "<string>", "workspace_display_name": "<string>", "workspace_type": "desk", "workspace_passcode": "<string>", "activation_code": "<string>", "calendar_resource_id": "<string>", "location_id": "<string>" }



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

ENDPOINTS