v1
latestOpenAPI 3.1.02026-07-243113441.2 MBTime Off Requests
Preview a time off request
Preview a time off request to see balance impact before creating
scope: time_off_requests:read
post/v1/companies/{company_uuid}/time_off/requests/preview
Path parameters
company_uuidstring required
The UUID of the company
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Response
successful
Example response
{
"balance_hours": "64.0",
"this_request_hours": "16.0",
"other_requested_hours": "0.0",
"remaining_balance_hours": "48.0"
}