---
title: "Get a tax rate."
method: GET
path: "/api/tax-rates/{id}"
tags: ["Tax Rate"]
---

# Get a tax rate.

`GET /api/tax-rates/{id}`

## Path parameters

- `id` string, required

## Response `200`

The tax rate for the given id

- TaxRateDto — Tax rate definition.
  - `id` string, required — Unique id associated to this entity.
  - `code` string, required — Identifying code. Must be unique.
  - `provider` 'avalaraOrder' | 'avalaraInvoice'
  - `rate` number, double, required — Tax Rate (%)
  - `applyToLandedCosts` boolean — Indicate if this tax rate applies to landed costs.
  - `deleted` boolean — Indicate if this record is deleted.

## Other responses

- `404` — Tax rate did not exist

---

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