Activation
Returns an HTML page for end users to activate their test kit and provide test-taker information
Query parameters
kit_idstringRequired
Supplier Kit ID from test kit packaging
Responses
200
HTML activation form
text/html
Responsestring
400
Invalid kit ID
text/html
500
Internal server error
text/html
get
/activateRegisters test-taker details with the supplier and updates order item status. This endpoint is called after the test-taker receives their kit and provides their information.
Body
Information provided by test-taker when activating their kit
collection_datestringOptionalExample:
2025-11-15T09:00:00Zsupplier_kit_idstringOptionalExample:
KIT123456789Responses
200
Kit activated successfully
application/json
400
Invalid request body or kit already activated
application/json
404
Kit not found
application/json
409
Kit already activated
application/json
500
Internal server error
application/json
503
Supplier service unavailable
application/json
post
/activate/kitLast updated
Was this helpful?