---
title: "Query Tax Classes"
method: GET
path: "/v2/taxClasses"
tags: ["item"]
---

# Query Tax Classes

`GET /v2/taxClasses`

Query all tax classes

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

Returns all tax classes.

- JTLWawiRestContractsModelsV1TaxClassTaxClass[]
  - `id` string, uuid
  - `name` string — Name of the tax class.
  - `isDefault` boolean — Indicates whether or not the tax class is the default one. There can be only one default tax class.
  - `type` 0 | 1 | 2 | 3 | 4 | 5 — 0 = KeinTyp, 1 = StarkErmaessigterSatz, 2 = ErmaessigterSatzNiedrig, 3 = ErmaessigterSatz, 4 = NormalerSatz, 5 = Zwischensatz

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No fields could be found.

---

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