List all holidays of a country

List all holidays of a country for a specific year. Optionally, it can be filtered by country subdivision.

Log in to see full request history
Path Params
string
required

Country code according to ISO 3166-1 3-digit alphabetic codes

string
required

Year for the holidays

Query Params
string

Country subdivision code according to ISO 3166-2 codes

Headers
string
required

Requires a Company-scoped access token obtained through the Authorization Code flow or the Refresh Token flow.

The refresh token needs to have been obtained through the Authorization Code flow.

Responses

Response body
object
data
array of objects
data
object
date
required

Date of the holiday

string
required

Name of the holiday

string | null

Notes about the holiday

date | null

Date when the holiday is observed

Callback
Language
Credentials
OAuth2
URL