Skip to main content
GET
/
medical-codes
/
cpt
/
search
Search Cpt Codes
curl --request GET \
  --url https://api.decodahealth.com/medical-codes/cpt/search \
  --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

Query Parameters

query
string
required

Search query for CPT codes

limit
integer
default:20

Maximum number of results to return

Required range: x <= 100

Response

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