---
title: "Retrieve tax rate options"
method: GET
path: "/catalogs/tax_rates"
tags: ["Tax rates"]
---

# Retrieve tax rate options

`GET /catalogs/tax_rates`

## Query parameters

- `connectorType` 'XERO' | 'QUICKBOOKS' | 'PLATFORM' — The connector type

## Response `200`

The request has succeeded and has resulted in a list of tax rate options

- GetTaxRateCatalogueResponse
  - `items` TaxRateCatalogueResponse[] — The list of tax rates
    - `id` string, uuid — The id of the tax rate catalogue entry
    - `name` string — The name of the tax rate catalogue entry
    - `taxRate` number — The tax rate. Must be a positive value in the [0,1] interval
    - `isDefault` boolean — Boolean flag specifying if the entry is the default tax rate to be used for new line items.
    - `creationTime` string, date-time — Creation time of the entry

## Other responses

- `400` — A problem reading or understanding the request. Ensure that the request complies with the required format and includes all necessary parameters.
- `401` — Authentication required.
- `500` — The server could not process the request.

---

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