---
title: "Get tax code"
method: GET
path: "/v3/openmeter/tax-codes/{taxCodeId}"
tags: ["OpenMeter Tax"]
---

# Get tax code

`GET /v3/openmeter/tax-codes/{taxCodeId}`

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

## Path parameters

- `taxCodeId` string, required — ULID (Universally Unique Lexicographically Sortable Identifier).

## Response `200`

TaxCode response.

- BillingTaxCode — Tax codes by provider.
  - `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.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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/versions/f920f418f552/schema)
