v1
latestOpenAPI 3.1.02026-07-241642423.7 KBGet 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"
]
}