---
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` number
    - `region` string
    - `code` string
    - `default_tax` integer — 1 if it is the default tax, 0 otherwise

## Other responses

- `401` — ACCESS DENIED

---

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