---
title: "Get tax rate strategies"
method: GET
path: "/taxrates/strategies"
tags: ["Settings"]
---

# Get tax rate strategies

`GET /taxrates/strategies`

Get all available tax rate strategies. The result is paginated unless fetchAll=true. To retrieve all results pass the cursor returned from a call to the next call until all results are returned.

## Query parameters

- `limit` integer
- `pageToken` integer
- `fetchAll` boolean

## Response `200`

successful operation

- TaxRateStrategyPaginatedResponse
  - `data` TaxRateStrategyJson[]
    - `id` string
    - `name` string
    - `countryCode` string
    - `taxRateId` string, uuid, required
  - `count` integer
  - `pageToken` string
  - `totalCount` integer

---

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