Skip to main content
GET
/
schedulers
/
{id}
/
holiday-calendars
List linked holiday calendars
curl --request GET \
  --url https://api.reply.io/v3/schedulers/{id}/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

Path Parameters

id
integer
required

Scheduler ID

Response

List of linked 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