v1
latestOpenAPI 3.1.02026-07-26359254.7 MBHoliday Calendars
Get a holiday calendar
<small>Requires the sequences:read scope (or a broader one that includes it).</small>
Returns a single holiday calendar by ID, including its holidays.
get/v3/holiday-calendars/{id}
Path parameters
idinteger required
Holiday calendar ID
Response
Holiday calendar details
Example response
{
"id": 3,
"name": "US Holidays",
"calendarType": "custom",
"countryCode": "US",
"repeatEveryYear": true,
"holidays": [
{
"id": 100,
"startDate": "2026-12-25",
"endDate": "2026-12-25",
"name": "Christmas Day"
}
]
}