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
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"holiday_key":"veterans_day","holiday_name":"Veterans Day","start_date":"2023-11-11","end_date":"2023-11-11"}