Returns a verification result
POST
/api/v1/vat-verification/basic-check/{country}
v1-vat-verification
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.kompany.com//api/v1/vat-verification/basic-check/' \
--data-urlencode 'vatNumber='
Response Response Example
200 - Example 1
{
"candidate": [
{}
],
"company": {},
"confidenceScore": 0,
"validationStatus": true
}
Request
Path Params
country
string
required
Body Params application/x-www-form-urlencoded
companyAddress
string
optional
companyName
string
optional
companyNumber
string
optional
vatNumber
string
required