Returns a list of VAT report lines based on the specified filters.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/vat/report
curl \
--request GET 'https://wyzio.app/api-v1/vat/report?startDate=2026-01-01T00%3A00%3A00.000Z&endDate=2026-12-31T00%3A00%3A00.000Z'
Response examples (200)
[
{
"code": "string",
"value": 42.0,
"rightValue": 42.0,
"rate": 42.0,
"reportType": "NONE"
}
]