cURL
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?