# VAT declaration submission status **GET /api-v1/vat/report/submission-status** Whether the declaration for a period and submission type has already been submitted. ## Servers - Generated server url: https://wyzio.app (Generated server url) ## Parameters ### Headers - **WEAL-TOKEN** () API token (can be retrieved from account settings) - **TARGET-ORGANIZATION-ID** () ID of organization, for which the operation must be performed ### Query parameters - **params** (object) - **startDate** (string(date-time)) Start date - **endDate** (string(date-time)) End date ## Responses ### 200 OK #### Body: application/json (object) - **submitted** (boolean) True when the declaration for this period and submission type has already been submitted - **submittedOn** (string(date-time)) When it was submitted, if known. Null for declarations filed before submission timestamps were recorded. ### 400 400 Bad Request ### 401 401 Unauthorized ### 403 403 Access Denied ### 404 404 Not Found ### 500 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)