Logo
Zoom Public API Documentation

Get the color definitions for calendars and events

GET {{baseUrl}}/calendars/colors

Returns the color definitions for calendars and events.

Scopes: calendar:read,calendar:read:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "kind": "calendar#colors", "updated": "<dateTime>", "calendar": [ { "color_id": "<string>", "value": { "foreground": "<string>", "background": "<string>" } }, { "color_id": "<string>", "value": { "foreground": "<string>", "background": "<string>" } } ], "event": [ { "color_id": "<string>", "value": { "foreground": "<string>", "background": "<string>" } }, { "color_id": "<string>", "value": { "foreground": "<string>", "background": "<string>" } } ] }



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

ENDPOINTS