cURL
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>" }
Get a specific CPT code by its code value.
The tenant you are making this request on behalf of
Your api key
Successful Response