---
title: VAT Company Lookup API
slug: lookup-vat-company
url: https://apyhub.com/apyhub/service/lookup-vat-company
provider: ApyHub
categories: [Data Validation, Finance]
tags: [vat-validation, vat-lookup, company-registry, tax-validation, business-verification]
auth: api_key
---

# VAT Company Lookup API

Verify a VAT number and retrieve the matching company name, address, country code, and validity status for onboarding and invoicing checks.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Looks up company information for a VAT number and returns a JSON object containing the… | 50 |

## About

## What it does
VAT Company Lookup lets you verify a VAT number and retrieve the company details associated with it. Send a single `vat` value in the request body, and get back the validation result plus the matching company record when it is available.

Use it when you need to confirm customer or supplier tax IDs during onboarding, invoicing, or checkout. The response includes `valid` along with the company `name`, `address`, `vat_number`, and `country_code` inside `data`, so you can decide whether to trust the identifier and display the registered business details.

It is a good fit for compliance checks, B2B account creation, and reducing manual review of VAT entries. If the number is invalid or cannot be resolved, the API still gives you a structured response you can handle programmatically.

Keep the input to the full VAT number, including the two-letter country prefix.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/apyhub/service/lookup-vat-company
