v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Holiday Calendars

List holiday calendars

<small>Requires the sequences:read scope (or a broader one that includes it).</small>

Returns all holiday calendars available to the authenticated user, including predefined and custom calendars.

get/v3/holiday-calendars

Response

List of holiday calendars

idinteger

Unique identifier for the holiday calendar

namestring

Name of the holiday calendar

calendarTypestring

Type of calendar (e.g., "predefined", "custom")

countryCodestring

ISO 3166-1 alpha-2 country code

Example response

[
  {
    "id": 3,
    "name": "US Holidays",
    "calendarType": "predefined",
    "countryCode": "US"
  }
]