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
- 200
- 400
- 401
- 500
Kit validation result
Invalid request - kitID is required
Unauthorized - Invalid or missing API token
Internal server error