---
title: "Validate VAT number"
method: GET
path: "/vat"
tags: ["Vatcomply"]
---

# Validate VAT number

`GET /vat`

## Query parameters

- `vat_number` string, required

## Response `200`

Successful response

- ValidateVATResponseSchema
  - `valid` boolean, required
  - `vat_number` string, required
  - `country_code` string, required
  - `name` string
  - `address` string

---

[API](https://skmtc.net/vatcomply/apis/vatcomply-api.md) · [All operations](https://skmtc.net/vatcomply/apis/vatcomply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vatcomply/vatcomply-api/revisions/4f14069f43d2/schema)
