Home Kit Orders
Add Individual Biomarkers
Add à-la-carte biomarkers to a home kit order
PATCH
Add one or more à-la-carte biomarkers to an existing home kit order, outside any pre-built panel. This endpoint is idempotent — already-attached biomarkers are kept.
Requires the
home_kit_orders_manage scope plus the
home_kit_orders_individual_biomarker_selection capability scope. Home kits are ordered by panel,
so single markers are enabled per partner. Ask Aniva if your integration needs it.
Request
Path parameters
string
required
Unique identifier (UUID) of the home kit order to add biomarkers to.
Body parameters
integer[]
required
Array of biomarker identifiers to add to the home kit order. Must contain at least one item. Use
List Biomarkers to discover biomarker IDs.
Response
On success, the API returns200 OK confirming the biomarkers have been added.
boolean
true when the biomarkers have been successfully added to the home kit order.