v1
latestOpenAPI 3.1.02026-07-241642423.7 KBList employee tax statements
get/employee_tax_statements
Query parameters
employeestring
ID of the employee to get tax statements for
companystring
ID of the company to get tax statements for
yearnumber
Year to get tax statements for
Response
200
Example response
[
{
"id": "ets_789",
"employee": "emp_123",
"company": "com_123",
"year": 2025,
"filings": [
"com_fil_999"
]
}
]