Logo
Zoom Public API Documentation

Get a calendar resource by ID

GET {{baseUrl}}/rooms/calendar/services/:serviceId/resources/:resourceId

Use this API to get a Zoom Room account's calendar resource.

Prerequisites: * A Pro or a higher plan with a Zoom Rooms license.

Scopes: room:read:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "calendar_resource_id": "<string>", "calendar_resource_email": "<email>", "calendar_resource_name": "<string>", "assigned_room_id": "<string>", "sync_status": "Failed" }



Curl
curl -X GET 'https://api.zoom.us/v2/rooms/calendar/services/:serviceId/resources/:resourceId' -H 'Accept: application/json'

ENDPOINTS