GET
/api-v1/vat/preview
curl \
--request GET 'https://wyzio.app/api-v1/vat/preview' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
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
}
}