---
title: "List holidays (deprecated)"
method: GET
path: "/holidays-core/v1/holiday"
tags: ["Holidays (deprecated)"]
deprecated: true
---

# List holidays (deprecated)

`GET /holidays-core/v1/holiday`

> **Deprecated.**

**DEPRECATED**. Call the Call the [List holiday calendars](https://developers.pismo.io/pismo-docs/reference/list-holiday-calendars) endpoint instead.

This endpoint is deprecated starting April 30, 2026, and final removal from both test (EXT) and production environments on October 30, 2026.

Return a paginated list of holidays registered for an organization.

## Query parameters

- `page` integer
- `perPage` integer
- `order` 'ASC' | 'DESC'
- `orderBy` 'ID' | 'NAME'
- `administrativeDivisionId` integer, required
- `name` string
- `holidayDate` string
- `begin_date` string, required
- `end_date` string, required

## Response `200`

OK

- PaginationPagination
  - `pages` integer — Total number of result pages.
  - `current_page` integer — Current result page.
  - `per_page` integer — Maximum results per page.
  - `total_items` integer — Total number of result items.
  - `items` PresenterV1AdministrativeDivisionResponse[]
    - `id` integer — Admininistrative division ID
    - `name` string — Administrative division name
    - `type` 'City' | 'State' | 'Country' — Admin division type
    - `parent_id` integer — Parent ID
    - `external_id` string — Client-supplied external ID. It must comply with the rule `^[a-zA-Z0-9-]+$`.

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `404` — Not Found
- `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/revisions/935b62e16de4/schema)
