cURL
curl --request GET \ --url https://api.decodahealth.com/medical-codes/icd-10/{code} \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "code": "<string>", "shortDesc": "<string>", "longDesc": "<string>", "categorical": true }
Get a specific ICD-10 code by its code value.
The tenant you are making this request on behalf of
Your api key
Successful Response