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

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