# Holiday Calendar Memberships

A list of all calendars associated to an individual user.

## Fetching a list of Holiday Calendar Memberships

 - [GET /holiday_calendar_memberships](https://developer.kantata.com/kantata/specification/holiday-calendar-memberships/get-holiday-calendar-memberships.md): This endpoint returns structured Holiday Calendar Membership 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 holiday_calendar_memberships top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Holiday Calendar Membership

 - [POST /holiday_calendar_memberships](https://developer.kantata.com/kantata/specification/holiday-calendar-memberships/create-holiday-calendar-membership.md): This endpoint returns structured Holiday Calendar Membership 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 holiday_calendar_memberships top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Holiday Calendar Membership

 - [GET /holiday_calendar_memberships/{id}](https://developer.kantata.com/kantata/specification/holiday-calendar-memberships/get-holiday-calendar-membership.md): This endpoint returns structured Holiday Calendar Membership 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 holiday_calendar_memberships top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Holiday Calendar Membership

 - [PUT /holiday_calendar_memberships/{id}](https://developer.kantata.com/kantata/specification/holiday-calendar-memberships/update-holiday-calendar-membership.md): This endpoint returns structured Holiday Calendar Membership 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 holiday_calendar_memberships top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Holiday Calendar Membership

 - [DELETE /holiday_calendar_memberships/{id}](https://developer.kantata.com/kantata/specification/holiday-calendar-memberships/delete-holiday-calendar-membership.md): Unlink the calendar from the user.


The response will contain no content and an HTTP 204 status code if the request was
successful, or a standard Kantata OX error message explaining why the object could not be deleted.

