About this endpoint
What it does
Validates a VAT number submitted in the request body and returns a boolean result indicating whether it is valid.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| vat | String | Yes | VAT number including a 2-letter country code prefix. |
Response
Returns a JSON object with a data boolean field — true when the VAT number is valid, false otherwise.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Boolean | Yes | Validation result for the submitted VAT number. |