Panels
List Panels
Browse the panel catalog
GET
Returns the catalog of panels your API key can attach to appointments via Add Panels. Panels are filtered by the panel groups your key has access to.
Each panel includes the IDs of its biomarkers — cross-reference against List Biomarkers for biomarker details (name, unit, category, etc.).
Custom container panels return an empty
biomarker_ids list. Their biomarker membership lives
per-appointment — use Add Custom Biomarkers to attach
individual biomarkers rather than panels.Response
Returns an array of panels.Stable panel identifier (UUID) — pass this to Add Panels.
Display name.
IDs of biomarkers belonging to this panel. Empty for custom container panels. Cross-reference
against List Biomarkers.
Error responses
| Status | Description |
|---|---|
403 | Forbidden — missing panels_access scope. |
500 | Internal server error. |