v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHolidays (deprecated)
List non-business days (deprecated)
DEPRECATED. Call the Get non-business days 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 list of non-business days.
get/holidays-core/v1/non-business-days
Query parameters
administrativeDivisionIdinteger required
Administrative Division ID filter
begin_datestring required
Example:2025-01-01
Beginning date filter, format = yyyy-mm-dd
end_datestring required
Example:2025-01-30
End date filter, format = yyyy-mm-dd
Headers
x-tenantstring required
Organization/tenant ID
x-cidstring
The Correlation ID UUID field links related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. If not passed, this field is automatically generated.
Response
OK
Example response
{
"dates": [
{
"date": "2023-01-20",
"is_holiday": true,
"is_weekend": true
}
],
"division_metadata": "{ \"key\": \"value\"}"
}