Skip to main content

Check whether a kit ID exists

GET 

/api/v1/kits/:kitID/validate

Returns exists: true with the kit's current kitStatus and sampleStatus when the kit ID belongs to your business, and exists: false otherwise — an unknown kit ID still responds 200, not 404. Useful as a pre-check before POST /api/v1/kits/{kitID}/consent and POST /api/v1/kits/{kitID}/register.

Request

Responses

Kit validation result