Overview:
The 8x8 Tenant Schedule API is composed of set of URIs to allow the tenants to download the information related to daily schedules/exceptions. Tenant has a choice of adding or modifying schedules at configuration manager user interface. This style of API makes it very easy to compose and send a query, which is always done using an HTTP GET request.
All API requests are authenticated using a token that is issued to a valid 8x8 tenant. Responses are sent in either XML or JSON format.
Examples for finding schedule information
curl --location 'https://api.8x8.com/cc/v1/schedules' \
--header 'Accept: application/xml' \
--header 'x-api-key:
*x-api-key: found in admin console > Home> API > key