Skip to main content
POST
/
v3
/
schedules
/
{id}
/
holiday-calendar-links
Link a holiday calendar to a schedule
curl --request POST \
  --url https://api.reply.io/v3/schedules/{id}/holiday-calendar-links \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "calendarId": 3
}
'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required

Schedule ID

Body

application/json

Request body for linking a holiday calendar to a schedule.

calendarId
integer
required

ID of the holiday calendar to link

Response

Holiday calendar linked successfully. The response body is empty.

Empty body