---
title: "List of tax tables. Every location may have up to a maximum of 5 taxes. Tax values are represented as decimals."
method: GET
path: "/Settings/TaxTables/{id}"
tags: ["Rest"]
---

# List of tax tables. Every location may have up to a maximum of 5 taxes. Tax values are represented as decimals.

`GET /Settings/TaxTables/{id}`

## Path parameters

- `id` integer, required

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiCommonModelsSiteTaxTable[]
  - `Id` integer
  - `Tax1` number, double
  - `Tax2` number, double
  - `Tax3` number, double
  - `Tax4` number, double
  - `Tax5` number, double

## Other responses

- `401` — Unauthorized
- `404` — NotFound

---

[API](https://skmtc.net/mindbodyonline/apis/rest-api.md) · [All operations](https://skmtc.net/mindbodyonline/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mindbodyonline/rest-api/revisions/dc2736850e42/schema)
