Preview a company's paid holidays

GET {{baseUrl}}/v1/companies/:company_uuid/paid_holidays

Preview a company's paid holidays

scope: holiday_pay_policies:read

Request Body

{"year"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;holiday_key&quot;:&quot;veterans_day&quot;,&quot;holiday_name&quot;:&quot;Veterans Day&quot;,&quot;start_date&quot;:&quot;2023-11-11&quot;,&quot;end_date&quot;:&quot;2023-11-11&quot;}