---
title: "Get all tax rate strategies by Id"
method: GET
path: "/taxrates/strategies/{id}"
tags: ["Settings"]
---

# Get all tax rate strategies by Id

`GET /taxrates/strategies/{id}`

Retrieves all tax rate strategy objects with the given Id

## Path parameters

- `id` string, required

## Response `200`

successful operation

- TaxRateStrategyJson[]
  - `id` string
  - `name` string
  - `countryCode` string
  - `taxRateId` string, uuid, required

---

[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)
