---
search:
  tags:
    - Tax Groups
    - GET
seo:
  description: >-
    Every tax group on the tenant, unpaginated — a tenant has a handful, not a…
    Reference for the GET /api/v1/tax-groups endpoint in the Bloomcount Public
    API API.
sidebar:
  label: List tax groups
  badge: GET
title: List tax groups
type: openapi-operation
---
Every tax group on the tenant, unpaginated — a tenant has a handful, not a page of them.

`totalRate` is precomputed from the lines and the calculation method, so a caller pricing a quote can use it
directly rather than re-implementing the compounding rule. Reach for this to resolve a `taxGroupId` before
writing a price list.

<Operation source="reference" id="get-api-v1-tax-groups" />
