Skip to main content
GET
/
medical-codes
/
cpt
/
{code}
Get Cpt Code
curl --request GET \
  --url https://api.decodahealth.com/medical-codes/cpt/{code} \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "code": "<string>",
  "category1": "<string>",
  "category2": "<string>",
  "category3": "<string>",
  "category4": "<string>",
  "category5": "<string>",
  "category6": "<string>",
  "description": "<string>",
  "notes": "<string>"
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

code
string
required

Response

CPTCode · object | null

Successful Response

code
string
required
category1
string | null
required
category2
string | null
required
category3
string | null
required
category4
string | null
required
category5
string | null
required
category6
string | null
required
description
string
required
notes
string | null
required