v1
latestOpenAPI 3.1.02026-07-241642423.7 KBGet a tax package
get/tax_packages/{id}
Path parameters
idstring required
ID of the tax package to get
Response
200
Example response
{
"id": "tax_pkg_abc123",
"company": "com_789",
"status": "succeeded",
"contents": {
"employee_tax_statements": [
"ets_123"
]
},
"result": {
"url": "https://api.check.com/tax_packages/tax_pkg_abc123/download/"
},
"succeeded_at": "2024-01-15T12:05:00Z",
"created_at": "2024-01-15T12:00:00Z"
}