Find VAT IDs from company data
POST/api/v1/integration/vat/lookup
Looks up VAT IDs for one company using its name, country, and optional address data. The endpoint verifies lookup candidates and returns the best matching resolved companies without creating a persisted lookup run.
Request
Responses
- 200
- 400
- 401
- 429
- 500
VAT lookup result.
The request is invalid.
The API key is missing, invalid, or revoked.
Too many integration requests were sent in a short period.
An unexpected error occurred while processing the VAT lookup request.