curl --request GET \
--url https://sandbox.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/tax-details/history \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get all historical versions of tax details for an employee.
curl --request GET \
--url https://sandbox.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/tax-details/history \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?