Whitelabel Kit Registration
Whitelabel registration is the no-code activation route: SiPhox hosts the
registration page at activateyourkit.com, branded with your logo, so your
users never land on a SiPhox-branded site. Every kit ships ready for it.
Prefer to keep activation entirely inside your own product? That's the API kit registration route instead, where you build the interface and record consent yourself. The two are alternatives: pick one per program.
How a user activates a kit
Either by scanning the QR code on the kit instructions, which opens
https://activateyourkit.com/kit-registration?kitID=SPOTK384QH, or by
typing activateyourkit.com manually.
With manual entry a generic activation form loads first; once the user
enters their kit ID, your logo replaces the generic branding.
The user enters their name, email, sex, phone number, and date of birth, then continues. You can pre-fill any of these with query parameters (see below) so the user retypes as little as possible.
The user is forwarded to https://collect.activateyourkit.com/, where they
sign the product consent forms and are walked through the sample collection
instructions.
The kit is registered once the user clicks continue on the final
instructions screen. Your integration finds out through the
kitRegistered status on the kit webhook, with no
polling required.
Pre-fill the form with query parameters
Append any of these to the registration URL to pre-fill fields for the user:
| Parameter | Type | Example |
|---|---|---|
kitID | string | SPOTK384QH |
firstName | string | John |
lastName | string | Smith |
email | string | test@gmail.com |
gender | M or F | M |
birthday | string, YYYY-MM-DD | 1990-02-12 |
phone | string, 10 digits | 5671231231 |
bk | string | Your business key. Use it instead of kitID when the kit ID is unknown, so your logo still loads |
What stays your responsibility
Because SiPhox hosts the activation page, consent collection and the New York requirement are handled inside the hosted flow rather than by you. Two things are still yours:
Data mismatches, missing registrations, and critical-value outreach are your brand's job.
Set up your sender domain, or lifecycle emails go out from SiPhox's default support address instead of yours.
New York residents. New York requires an investigational-use consent before a test can be run. The hosted flow collects it, but if you ever move activation onto the API, that gate becomes yours to implement: see New York State on the API kit registration page.