cURL
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" } ]
Gets the list of biomarker categories
Enter your Bearer token in the format: Bearer
Your API client ID for the request
OK
The ID of the biomarker category
"1234567890"
The name of the biomarker category
"Biomarkers"
Was this page helpful?