---
title: "Get Cpt Code"
method: GET
path: "/medical-codes/cpt/{code}"
tags: ["provider", "medical-codes"]
---

# Get Cpt Code

`GET /medical-codes/cpt/{code}`

Get a specific CPT code by its code value.

## Path parameters

- `code` string, required

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- CPTCode
  - `code` string, required
  - `category1` string, nullable, required
  - `category2` string, nullable, required
  - `category3` string, nullable, required
  - `category4` string, nullable, required
  - `category5` string, nullable, required
  - `category6` string, nullable, required
  - `description` string, required
  - `notes` string, nullable, required

## Other responses

- `422` — Validation Error

---

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