cURL
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>" } ]
Search CPT codes by description, code, or categories.
The tenant you are making this request on behalf of
Your api key
Search query for CPT codes
Maximum number of results to return
x <= 100
Successful Response