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