cURL
curl --request GET \ --url https://api.decodahealth.com/medical-codes/icd-10/search \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "code": "<string>", "shortDesc": "<string>", "longDesc": "<string>", "categorical": true } ]
Search ICD-10 codes by description, code, or categorical information.
The tenant you are making this request on behalf of
Your api key
Search query for ICD-10 codes
Maximum number of results to return
x <= 100
Successful Response