---
title: "Get tax rate"
method: GET
path: "/v1/taxes/rates/{id}"
tags: ["Taxes"]
---

# Get tax rate

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

Retrieve the details of an existing custom tax rate.

## Path parameters

- `id` string, required

## Response `200`

- TaxRate
  - `id` string, required — Tax rate ID.
  - `name` string, required — Name of the tax rate.
  - `description` string, nullable, required — Internal description of the tax rate.
  - `code` string, required — Tax rate code identifier.
  - `rate` number, required — The percentage rate of the tax.
  - `invoicing_entity_id` string, required — ID of the invoicing entity to which the tax rate is attached.
  - `created_at` string, date-time, required — Tax rate creation date. UTC date time string in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `updated_at` string, date-time, required — Tax rate last edition date. UTC date time string in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

## Other responses

- `404` — Tax rate not found

---

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