---
title: "Get Tax Rates"
method: GET
path: "/financials/settings/invoice-configurations/tax-rates"
tags: ["Tax Rates"]
---

# Get Tax Rates

`GET /financials/settings/invoice-configurations/tax-rates`

Get a list of tax rates.

## Query parameters

- `sort` string
- `page` integer
- `page_size` integer

## Headers

- `x-api-key` string, required

## Response `200`

Tax Rate Data

- ResponseTaxRates — Tax Rate Data
  - `tax_rates` TaxRateAPI[] — List of tax rates.
    - `id` integer — Unique tax rate ID.
    - `name` string — Tax rate name.
    - `display_name` string — The display name for the tax rate.
    - `rate` number — Rate of tax.
    - `created` Created — Record creation data.
      - `created_by_id` integer — Unique ID of the user that created the record.
      - `created_by` string — Name of the user that created the record.
      - `created_on_datetime` string, date-time — Datetime on which the record was created.
    - `updated` Updated — Update info
      - `updated_by_id` integer — Unique ID of the user that last updated the record.
      - `updated_by` string — Name of the user that most recently updated the record.
      - `updated_on_datetime` string, date-time — Datetime on which the record was last updated.
  - `pagination` Pagination — Pagination for API method responses.
    - `page` integer, required — Current page number.
    - `page_size` integer, required — Number of records per page.
    - `has_more` boolean, required — True if more records exist beyond the current page.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
