Activation
Registers 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
post
/activate/kitLast updated
Was this helpful?