Skip to main content
GET
/
system
/
biomarker-categories
List Biomarker Categories
curl --request GET \
  --url https://api.dontdie.com/system/biomarker-categories \
  --header 'Authorization: Bearer <token>' \
  --header 'x-dd-client-id: <api-key>'
[
  {
    "id": "1234567890",
    "name": "Biomarkers"
  }
]

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format: Bearer

x-dd-client-id
string
header
required

Your API client ID for the request

Response

200 - application/json

OK

id
string
required

The ID of the biomarker category

Example:

"1234567890"

name
string
required

The name of the biomarker category

Example:

"Biomarkers"