---
title: "Retrieve a single tax code by ID"
method: GET
path: "/v1/tax-codes/{tax_code_id}"
tags: ["Tax Codes"]
---

# Retrieve a single tax code by ID

`GET /v1/tax-codes/{tax_code_id}`

## Path parameters

- `tax_code_id` string, uuid, required

## Response `200`

A single tax code

- TaxCodeOutputSchema
  - `id` string, uuid, required — Unique identifier for the tax code.
  - `external_id` string, nullable — External identifier for the tax code.
  - `name` string, required — Name of the tax code.
  - `effective_rate` string, required — Effective rate of the tax code.
  - `components` TaxComponentOutputSchema[] — List of tax components associated with the tax code.
    - `id` string, uuid, required — Unique identifier for the tax component.
    - `external_id` string, nullable — External identifier for the tax component.
    - `name` string, required — Name of the tax component.
    - `rate` string, required — Rate of the tax component.

## Other responses

- `404` — Tax Code not found

---

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