---
title: "Get holiday (deprecated)"
method: POST
path: "/holidays-core/v1/holiday/validate"
tags: ["Holidays (deprecated)"]
deprecated: true
---

# Get holiday (deprecated)

`POST /holidays-core/v1/holiday/validate`

> **Deprecated.**

**DEPRECATED**. Call the [Get business day](https://developers.pismo.io/pismo-docs/reference/post-search-business-day) endpoint instead.

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

Get information for an administrative division's holiday.

 **Note:** The response could contain outdated information until at least one minute after an update is made to an administrative division.

## Request body

- PresenterValidateHolidayRequest
  - `date` string, required — Holiday date. Format = yyyy-mm-dd.
  - `division_id` integer, required — Division ID

## Response `200`

OK

- PresenterHolidayResponse
  - `administrative_division` PresenterAdministrativeDivisionResponse
    - `id` integer — Administrative division ID
    - `name` string — Administrative division name
  - `id` integer — Holiday ID
  - `name` string — Holiday name
  - `holiday_date` string — Holiday date. Format = yyyy-mm-dd.
  - `next_business_date` string, date — Next work day following the holiday. Format = yyyy-mm-dd.
  - `created_at` string, date-time — Datetime program calendar strategy was created. Format = YYYY-MM-DDTHH:MM:SS:MM.

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `404` — Not found
- `500` — Internal server error

---

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