---
title: "Retrieves a TaxRate resource."
method: GET
path: "/tax_rates/{id}"
tags: ["TaxRate"]
---

# Retrieves a TaxRate resource.

`GET /tax_rates/{id}`

Retrieves a TaxRate resource.

## Path parameters

- `id` string, required

## Response `200`

TaxRate resource

- TaxRate
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `name` string
  - `taxRate` string, nullable
  - `taxType` string, nullable
  - `description` string, nullable
  - `active` boolean, nullable
  - `created` string, date-time, nullable
  - `modified` string, date-time, nullable

## Other responses

- `404` — Resource not found

---

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