---
title: "Get all tax rates"
method: GET
path: "/tax-rates/2026-03/tax-rates"
tags: ["Basic"]
---

# Get all tax rates

`GET /tax-rates/2026-03/tax-rates`

Retrieve a paginated list of all tax rates set up in the account tax rate library

## Query parameters

- `active` boolean
- `after` string
- `limit` integer

## Response `200`

successful operation

- SettingsTaxRatesCollectionResponsePublicTaxRateGroupForwardPaging
  - `paging` ForwardPaging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — A paging cursor token for retrieving subsequent pages.
      - `link` string — A URL that can be used to retrieve the next page results.
  - `results` SettingsTaxRatesPublicTaxRateGroup[], required
    - `active` boolean, required — Indicates whether the tax rate group is currently active.
    - `createdAt` string, date-time, required — The date and time when the tax rate was created.
    - `id` string, required — The unique identifier for the tax rate.
    - `label` string, required — The display label for the tax rate.
    - `name` string, required — The name of the tax rate.
    - `percentageRate` number, required — The percentage rate applied.
    - `updatedAt` string, date-time, required — The date and time when the tax rate was last updated.

## Other responses

- `default` — An error occurred.

---

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