v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHolidays (deprecated)
List holidays (deprecated)
DEPRECATED. Call the Call the 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.
get/holidays-core/v1/holiday
Query parameters
pageinteger
Page number.
perPageinteger
Example:15
Items per page
order'ASC' | 'DESC'
Order to return items: ASC = ascending order, DESC = descending. Default is DESC.
orderBy'ID' | 'NAME'
Example:ID
Sort by ID or NAME. Default = ID.
administrativeDivisionIdinteger required
Administrative Division ID filter
namestring
Example:Independance Day
Holiday calendar name filter
holidayDatestring
Example:2023-01-01
Holiday date filter. Format = yyyy-mm-dd.
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
Response
OK
Example response
{
"pages": 1,
"current_page": 1,
"per_page": 10,
"total_items": 1,
"items": [
{
"id": 84849,
"name": "Scotland",
"type": "State",
"external_id": "8675309"
}
]
}