---
title: "List All Taxes"
method: GET
path: "/taxes.json"
tags: ["Taxes"]
---

# List All Taxes

`GET /taxes.json`

Returns all your taxes.

## Query parameters

- `api_key` string, required

## Response `200`

Success.

- TaxesResponse
  - `taxes` object[]
    - `id` integer
    - `name` string
    - `value` string
    - `region` string
    - `code` string
    - `default_tax` integer — 1 if it is the default tax, 0 otherwise

## Other responses

- `401` — ACCESS DENIED

## Changes

- **2026-08-25** `5b82d4eb0d9f` — 2 breaking, 1 warning
  - the `errors` response's property type/format changed from `object`/`` to `array`/`` for status `401`
  - the `taxes/items/value` response's property type/format changed from `number`/`` to `string`/`` for status `200`
  - removed the optional property `errors/error` from the response with the `401` status

[Change history](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/changes/taxes.json/get.md)

---

[API](https://skmtc.dev/invoicexpress/apis/invoicexpress-api.md) · [All operations](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/invoicexpress/invoicexpress-api/revisions/5b82d4eb0d9f/schema)
