Skip to main content
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 home_kit_orders_manage scope.
Biomarkers can only be added while the kit is pending. Once the kit is dispatched its composition is locked and this call returns 409 Conflict — the physical kit ships with a fixed number of tubes derived from the selected panels and biomarkers, so its contents can’t change after it has been sent. activated and cancelled kits are likewise locked. If you need to change the tests on a locked kit, reach out to Aniva directly — it’s usually still possible, and we’ll make the change for you to keep the kit’s contents consistent.

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 returns 200 OK confirming the biomarkers have been added.
boolean
true when the biomarkers have been successfully added to the home kit order.

Error responses