---
title: "List all vats"
method: GET
path: "/v1/vats"
tags: ["Vats"]
---

# List all vats

`GET /v1/vats`

## Response `200`

OK

- Vat[]
  - `default` boolean — Indicatess if this is the default VAT for the region
  - `id` integer, nullable — Vat ID
  - `label` string, nullable — Label
  - `rate` number, double, nullable — Rate
  - `region` 'FR' | 'EU' | 'IE' | 'DOM' | 'Corse' | 'Monaco'

---

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