Skip to main content
POST
Request a home kit order for a patient profile. A home kit order sends a DIY mail-home test kit — Aniva ships the kit to the delivery address, the patient self-collects a sample at home and mails it back. This is distinct from an appointment, which is a venous draw at a test location. The order is created bare — attach catalog panels via Add Panels and à-la-carte biomarkers via Add Individual Biomarkers afterward.
Requires home_kit_orders_manage scope.

Request

Body parameters

string
required
UUID of the patient profile to create the home kit order for.
object
required
The address to mail the kit to — one of two shapes: either { location_id } referencing a known test location, or the inline address fields (name, street, house_number, postal_code, city, country; phone / email optional). Provide exactly one — a location reference or an inline address, not both.

Response

On success, the API returns 201 Created with the new home kit order.
string
required
Unique home kit order identifier (UUID).
string
required
UUID of the profile this home kit order belongs to.
string
required
Current home kit order status. One of pending, dispatched, activated, or cancelled. A newly created order starts in pending.
object
required
The address to mail the kit to — one of two shapes: either { location_id } referencing a known test location, or the inline address fields (name, street, house_number, postal_code, city, country; phone / email optional). Provide exactly one — a location reference or an inline address, not both.
string
required
ISO 8601 timestamp of when the home kit order was created.
string
ISO 8601 timestamp of the last update. May be null.
object
required
The patient profile associated with this home kit order.
HomeKitOrderPanel[]
required
Catalog panels currently attached to this home kit order. Empty for newly-created orders — attach via Add Panels. Look up panel details (name, biomarkers) via List Panels.
HomeKitOrderIndividualBiomarker[]
required
À-la-carte biomarkers attached to this home kit order outside any panel. Empty for newly-created orders — attach via Add Individual Biomarkers. Cross-reference each biomarker_id against List Biomarkers for display data.

Error responses