v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHolidays (deprecated)
Check if business day (deprecated)
DEPRECATED. Call the Get 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.
Check if a specific date is a business day for an administrative division.
Note: The response could contain outdated information until at least one minute after an administrative division update.
post/holidays-core/v1/search-business-day
Request body
Example request
{
"current_date": "2023-12-01"
}Response
OK
Example response
{
"division_id": 100,
"name": "New Year's Day",
"description": "Day to party like it's 1999",
"current_date": "2023-01-02",
"next_business_date": "2023-01-02",
"prior_business_date": "2023-01-02",
"is_holiday": true,
"is_weekend": true,
"holiday_metadata": "{ \"key\": \"value\"}",
"division_metadata": "{ \"key\": \"value\"}"
}