Get an employee tax statement
get/employee_tax_statements/{id}
Path parameters
idstring required
ID of the requested employee tax statement
Response
200
Example response
{
"id": "ets_789",
"employee": "emp_123",
"company": "com_123",
"year": 2025,
"filings": [
"com_fil_999"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.