Skip to main content
Use this endpoint to retrieve all Holiday Lists configured in your workspace. Holiday Lists help prevent outbound campaigns from calling contacts on specified holidays.
Only authenticated users can retrieve Holiday Lists associated with their workspace.

OpenAPI

Authorizations

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

Example Request

Successful Response

Response Fields

string
Unique identifier of the Holiday List.
string
Name of the Holiday List.
string
Description of the Holiday List.
boolean
Indicates whether the Holiday List is currently active.
integer
Total number of holidays contained in the list.
string
Timestamp when the Holiday List was created.
string
Timestamp when the Holiday List was last updated.

Error Responses

Unauthorized (401)

Internal Server Error (500)