Logo
Zoom Public API Documentation

List calendar services

GET {{baseUrl}}/rooms/calendar/services

Use this API to list all the existing calendar services in a Zoom Room account.

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_services": [ { "calendar_service_id": "<string>", "calendar_service_name": "<string>", "calendar_resource_total_number": "<integer>", "calendar_resource_assigned_number": "<integer>", "added_date_time": "<dateTime>", "latest_synced_date_time": "<dateTime>" }, { "calendar_service_id": "<string>", "calendar_service_name": "<string>", "calendar_resource_total_number": "<integer>", "calendar_resource_assigned_number": "<integer>", "added_date_time": "<dateTime>", "latest_synced_date_time": "<dateTime>" } ] }



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

ENDPOINTS