Skip to content

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​

OK

application/json
JSON
{
  
"valid": null,
  
"name": null,
  
"address": null
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​