cURL
curl --request GET \ --url https://api.decodahealth.com/suggestions \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "id": "<string>", "label": "<string>", "content": "<string>", "type": "SAVED" } ]
The tenant you are making this request on behalf of
Your api key
SAVED
TENANT
ASSISTANT
PATIENT
NOTE_TEMPLATE
EVENT
Successful Response