cURL
curl --request GET \ --url https://api.decodahealth.com/spakinect/treatments \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "treatments": [ { "id": "<string>", "name": "<string>" } ] }
Get all available treatments from SpaKinect.
These treatment names can be used when creating Good Faith Exam requests.
The tenant you are making this request on behalf of
Your api key
Successful Response
List of available treatments
Show child attributes