Skip to main content

Register a kit to a customer

POST 

/api/v1/kits/:kitID/register

Registers a kit to a customer, creating the customer automatically if they do not exist. Registration triggers asynchronous lab processing — the response confirms initiation, not completion.

Consent is required first. Call POST /api/v1/kits/{kitID}/consent and receive a successful response before registering; a kit with no recorded consent returns 428 Precondition Required.

Access to this endpoint is enabled per account — contact your SiPhox account manager to have it turned on for your API token. Calls made before access is granted return 503. Sandbox API tokens are exempt from this gate.

Request

Responses

Kit registration initiated successfully