# Holidays

Holidays are the company-wide days off that have been added to a user's Kantata OX account.

 - [GET /holidays](https://developer.kantata.com/kantata/specification/holidays/get%20holidays.md): This endpoint returns structured Holiday objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `ho
 - [POST /holidays](https://developer.kantata.com/kantata/specification/holidays/create%20holiday.md): This endpoint returns structured Holiday objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `ho
 - [GET /holidays/{id}](https://developer.kantata.com/kantata/specification/holidays/get%20holiday.md): This endpoint returns structured Holiday objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `ho
 - [PUT /holidays/{id}](https://developer.kantata.com/kantata/specification/holidays/update%20holiday.md): This endpoint returns structured Holiday objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `ho
 - [DELETE /holidays/{id}](https://developer.kantata.com/kantata/specification/holidays/delete%20holiday.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
