Logo
Zoom Public API Documentation

Get business hours

GET {{baseUrl}}/contact_center/business_hours/:businessHourId

Get information about business hours.

Scopes: contact_center_operating_hours:read:admincontact_center_queue:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "business_hour_id": "<string>", "business_hour_name": "<string>", "business_hour_description": "<string>", "timezone": "<string>", "account_default": "<boolean>", "hours": { "hour_type": 2, "custom_hours": [ { "day_of_week": 3, "custom_hour_type": 2, "custom_hour_ranges": [ { "start_time": "<string>", "end_time": "<string>" }, { "start_time": "<string>", "end_time": "<string>" } ] }, { "day_of_week": 1, "custom_hour_type": 2, "custom_hour_ranges": [ { "start_time": "<string>", "end_time": "<string>" }, { "start_time": "<string>", "end_time": "<string>" } ] } ] } }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/business_hours/:businessHourId' -H 'Accept: application/json'

ENDPOINTS