---
title: "List tax codes"
method: GET
path: "/v3/openmeter/tax-codes"
tags: ["OpenMeter Tax"]
---

# List tax codes

`GET /v3/openmeter/tax-codes`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

## Query parameters

- `page` object
  - `size` integer — The number of items to include per page.
  - `number` integer — The page number.
- `include_deleted` boolean

## Response `200`

Page paginated response.

- TaxCodePagePaginatedResponse — Page paginated response.
  - `data` BillingTaxCode[], required
    - `id` string, required — ULID (Universally Unique Lexicographically Sortable Identifier).
    - `name` string, required — Display name of the resource. Between 1 and 256 characters.
    - `description` string — Optional description of the resource. Maximum 1024 characters.
    - `labels` Labels — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
    - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
    - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity last update date.
    - `deleted_at` string, date-time — An ISO-8601 timestamp representation of entity deletion date.
    - `key` string, required — A key is a unique string that is used to identify a resource.
    - `app_mappings` BillingTaxCodeAppMapping[], required — Mapping of app types to tax codes.
      - `app_type` 'sandbox' | 'stripe' | 'external_invoicing', required — The app type that the tax code is associated with.
      - `tax_code` string, required — Tax code.
  - `meta` PaginatedMeta, required — returns the pagination information
    - `page` PageMeta, required — Contains pagination query parameters and the total number of objects returned.
      - `number` number, required
      - `size` number, required
      - `total` number, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/f920f418f552/schema)
