---
title: "List holiday calendars"
method: GET
path: "/v1/holiday-calendar"
tags: ["Holiday calendar data"]
---

# List holiday calendars

`GET /v1/holiday-calendar`

List holiday calendars for an Organization.

## Query parameters

- `holiday_calendar_id` integer
- `name` string
- `type` string
- `external_id` string
- `parent_id` integer
- `sort_by` 'name' | 'type'
- `sort_order` 'asc' | 'desc'
- `relation` 'parents' | 'children'
- `page` integer
- `perPage` integer

## Headers

- `x-tenant` string, required
- `x-cid` string

## Response `200`

OK

- PresenterListHolidayCalendarResponse
  - `current_page` integer — Current page number
  - `pages` integer — Number of pages
  - `per_page` integer — Maximum number of items per page
  - `total_items` integer — Total number of items
  - `items` PresenterGetHolidayCalendarResponse[]
    - `external_id` string — Customer-provided external ID field for customer monitoring and tracking.
    - `holiday_calendar_id` integer — Holiday calendar ID
    - `metadata` string — Any data object with key/value pairs. No limit on length. **Note**: This field must not be used to send Personally Identifiable Information (PII), Payment Card Industry (PCI) data, or any sensitive/regulated information. Metadata fields are intended for operational, non-sensitive data only. For sensitive data, use the specific parameters designed for that purpose. For more information, refer to [Get started with Pismo APIs](https://developers.pismo.io/pismo-docs/reference/get-started-with-pismo-apis#metadata).
    - `name` string — Holiday calendar name. Must be unique per organization.
    - `parent_id` integer — Calendar parent ID. Holiday calendars can have parent-child relationships, creating a hierarchy. Child calendars inherit holidays from their parent calendars. Common use case: Country → State → City hierarchy Example: - Brazil (parent) - São Paulo (child of Brazil) - Campinas (child of São Paulo) When you query holidays for Campinas, you automatically get: - Campinas city holidays - São Paulo state holidays - Brazil national holidays You can reference the parent calendar using either: - `parent_id`: The internal parent calendar ID - `parent_external_id`: The parent calendar `external_id`
    - `type` string — Type, free-form field. For example, `Country` or `Region`.
    - `working_days` integer[] — Working days array `1` = Monday, `6` = Saturday. Default = `[1, 2, 3, 4, 5]`.

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
