Endpoints
Country codes
GET https://api.vatapi.nl/api/v1/public/countries/all
Retrieves a list with all EU country codes.
Headers
Name
Type
Description
X-API-Key
string
Your token
Validate VAT number
POST https://api.vatapi.nl/api/v1/public/vatCheck
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
X-API-Key
string
Your token
Request Body
Name
Type
Description
vatNumber
string
the vat number without landcode
landCode
string
the landcode of the requested vat number
{
"CountryCode":"NL",
"VATnumber":"003253479B55",
"RequestDate":"2020-05-01T00:00:00+02:00",
"Valid":true,
"Name":"FULL STACK DEVELOPMENT",
"Address":"\nLOOIERSTRAAT 00005\n6882BW VELP GLD\n"
}
{
"CountryCode": "",
"VATnumber": "",
"RequestDate": "0001-01-01T00:00:00Z",
"Valid": false,
"Name": "Something is wrong",
"Address": ""
}Last updated
Was this helpful?