Skip to main content
GET
/
spakinect
/
treatments
Get Available Treatments
curl --request GET \
  --url https://api.decodahealth.com/spakinect/treatments \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "treatments": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Response

200 - application/json

Successful Response

List of available treatments

treatments
TreatmentOption · object[]
required