Skip to main content
GET
/
holiday-calendars
List holiday calendars
curl --request GET \
  --url https://api.reply.io/v3/holiday-calendars \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 3,
    "name": "US Holidays",
    "calendarType": "predefined",
    "countryCode": "US"
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Response

List of holiday calendars

id
integer
required

Unique identifier for the holiday calendar

name
string
required

Name of the holiday calendar

calendarType
string
required

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

countryCode
string
required

ISO 3166-1 alpha-2 country code