Get an employee's federal taxes
GET {{baseUrl}}/v1/employees/:employee_uuid/federal_taxes
Get attributes relevant for an employee's federal taxes.
scope: employee_federal_taxes:read
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. | |
Accept | string |
RESPONSES
status: OK
{"version":"56a489ce86ed6c1b0f0cecc4050a0b01","filing_status":"Single","extra_withholding":"0.0","two_jobs":true,"dependents_amount":"0.0","other_income":"0.0","deductions":"0.0","employee_id":29,"w4_data_type":"rev_2020_w4"}