v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHolidays (deprecated)
Get holiday (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.
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.
post/holidays-core/v1/holiday/validate
Request body
Example request
{
"date": "2023-12-01",
"division_id": 100
}Response
OK
Example response
{
"administrative_division": {
"id": 1111,
"name": "Brazil"
},
"id": 8675309,
"name": "New Year's Day",
"holiday_date": "2023-12-01",
"next_business_date": "2023-01-02",
"created_at": "2024-09-12T16:46:16.43663522"
}