---
title: "Get a tax"
method: GET
path: "/public/v1/taxes/{id}"
tags: ["Tax"]
---

# Get a tax

`GET /public/v1/taxes/{id}`

Fetch a single tax by its ID. A tax is a named, reusable tax rate (percentage) applied to
[order](#model-order) and [invoice](#model-invoice) line totals; use this to resolve a tax id
seen on those records into its current rate, code, and QuickBooks Online mappings.

Returns 404 when no tax with that ID exists for the authenticated company, or when the tax has
been deleted. This endpoint is read-only and touches no other data.

Required permission: `settings_permissions_taxes`.

## Path parameters

- `id` string, required

## Response `200`

A single tax

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

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