Biomarkers
Get Biomarker
Fetch a single biomarker by ID
GET
Returns a single biomarker by its numeric
id. Useful for resolving the IDs returned by List Panels or appointment payloads into full details (name, unit, material, category) without scanning the entire catalog.
Archived biomarkers return 404.
Path parameters
Biomarker identifier.
Response
Stable biomarker identifier.
URL-safe identifier.
Display name.
Long-form description, when available.
Primary category (e.g.
Hormones, Vitamins).Secondary category.
Whether this biomarker is a clinical measurement or a genetic marker.
Sample material required (e.g.
serum, whole_blood).Default measurement unit. Use
id to dereference against List Units if
you need stable identity across renames.Error responses
| Status | Description |
|---|---|
400 | Validation error — invalid id. |
403 | Forbidden — missing panels_access scope. |
404 | Biomarker not found or archived. |
500 | Internal server error. |