Whether the declaration for a period and submission type has already been submitted.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/vat/report/submission-status
curl \
--request GET 'https://wyzio.app/api-v1/vat/report/submission-status?params=%7B%7D&startDate=2026-01-01T00%3A00%3A00.000Z&endDate=2026-12-31T00%3A00%3A00.000Z'
Response examples (200)
{
"submitted": true,
"submittedOn": "2026-05-04T09:42:00Z"
}