---
title: "Validates vat id"
method: POST
path: "/v1/validators/validate_vat_id"
tags: ["uncategorized"]
---

# Validates vat id

`POST /v1/validators/validate_vat_id`

## Request body

- VatValidationRequestDto
  - `countryCode` string
  - `vatId` string

## Response `200`

OK

- ValidationResponseDto
  - `valid` boolean

## Other responses

- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
