Skip to content
Search
Main Navigation
Suggestion or improvement
Uptime
Portal
Appearance
Menu
Return to top
On this page
Validate full VAT ID (with country prefix)
​
GET
/v1/support/vat/{vat_id}
Authorizations
​
api_key
Type
API Key (header: X-Api-Key)
Parameters
​
Path Parameters
vat_id
*
Full VAT ID including country code
Type
string
Required
Min Length
6
Default
null
Responses
​
200
400
OK
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"valid"
:
null
,
 Â
"name"
:
null
,
 Â
"address"
:
null
}
GET
/v1/support/vat/{vat_id}
Playground
​
Server
Select a server...
Authorization
api_key
Variables
Key
Value
vat_id
*
Try it out
Samples
​