GET
/api-v1/vat/preview
curl \
--request GET 'https://wyzio.app/api-v1/vat/preview'
Response examples (200)
{
"previousPeriods": {
"quarter": 42,
"year": 42,
"asOf": "2026-05-04T09:42:00Z",
"amount": 42.0
},
"currentQuarter": {
"quarter": 42,
"year": 42,
"asOf": "2026-05-04T09:42:00Z",
"amount": 42.0
}
}