VAT API
Validate VAT endpoint
The validate endpoint processes VAT number submissions to verify authenticity and retrieve comprehensive business information including company details, address, and country registration data.
GET
Validate VAT endpoint
Getting started
Base URL
Validation endpoint
Thevalidate endpoint requires your unique API key and the VAT number you’d like to check:
Request parameters
Your unique API key. Note that each user has unique API keys for each of Cleariflow APIs, so your VAT Validation and Rates API key will not work for your IP Geolocation API, for example.
The VAT number to validate.
Response parameters
The API response is returned in a universal and lightweight JSON format.The VAT number to validate.
Is true if the submitted VAT number is valid.
Object containing company information.
The name of the company associated with the VAT number.
The address of the company associated with the VAT number.
Object containing country information.
The two letter ISO 3166-1 alpha-2 code of the country associated with the VAT number.
The name of the country associated with the VAT number.
Validate VAT endpoint