GET
/
v3
/
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

Unique identifier for the holiday calendar

name
string

Name of the holiday calendar

calendarType
string

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

countryCode
string

ISO 3166-1 alpha-2 country code