Skip to main content
Use this endpoint to enable or disable an existing Holiday List. Disabled Holiday Lists are ignored when scheduling outbound campaigns, while enabled Holiday Lists are automatically applied according to your campaign configuration.
Only authenticated users can enable or disable Holiday Lists within their workspace.

OpenAPI

Authorizations

string
required
Bearer Token for the authenticated user.Format:Authorization: Bearer YOUR_ACCESS_TOKEN

Body Parameters

string
required
Unique identifier of the Holiday List.
boolean
required
Whether the Holiday List should be enabled (true) or disabled (false).

Example Request

Successful Response

Response Fields

string
Unique identifier of the Holiday List.
string
Name of the Holiday List.
boolean
Current status of the Holiday List. When set to true, the Holiday List will be considered during campaign scheduling. When set to false, it will be ignored.
string
Timestamp indicating when the Holiday List status was last updated.

Error Responses

Bad Request (400)

Unauthorized (401)

Not Found (404)

Internal Server Error (500)