---
title: "Retrieve one tax"
method: GET
path: "/consumers/{consumer_id}/invoicing/taxes/{tax_id}"
tags: ["Invoicing", "Taxes"]
---

# Retrieve one tax

`GET /consumers/{consumer_id}/invoicing/taxes/{tax_id}`

Returns a tax

## Path parameters

- `consumer_id` string, uuid, required
- `tax_id` string, required

## Response `200`

Successful Response

- InvoicingVatCode
  - `id` string, required — Technical id in Chift
  - `source_ref` Ref, required
    - `id` string, nullable — Technical id in the target software
    - `model` string, nullable — Name of the model/entity in the target software
  - `label` string, required — Label
  - `rate` number, required — Tax rate (e.g. 21.0)
  - `type` 'sale' | 'purchase' | 'both' | 'unknown', required
  - `code` string, nullable — Code
  - `scope` 'nat' | 'eu' | 'int' | 'unknown'
  - `active` boolean, nullable — Is the tax active?

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Validation Error

---

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