curl --request GET \
--url https://api.syntage.com/tax-returns/{id}/data \
--header 'X-API-Key: <api-key>'This endpoint returns the extracted data from tax returns.
For annual tax returns, there are two available formats:
For provisional (monthly) tax returns, the response contains extracted financial variables including sales revenue, cash inflow, cash outflow, number of employees, and payroll amount. The available variables depend on the tax regime (601, 612, 626).
The response format here may change if SAT changes the categories or other formatting in the files they provide.
curl --request GET \
--url https://api.syntage.com/tax-returns/{id}/data \
--header 'X-API-Key: <api-key>'Your API key is available in the Production and Sandbox dashboards.
Tax Return ID
"91106968-1abd-4d64-85c1-4e73d96fb997"
Extracted data from tax returns
The response is of type object.