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_TOKENBody 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.

