Read Registration Code
For a client to retrieve the registration code for the kit.
URL : /RegisterCode
URL Parameters :
Parameter | Required | Accepted Values |
kit_id | x |
Method : GET
Auth required : YES
Responses
Example Success Response
{ "kit_id": " UA00000001", "register_code": "KO99YXoH", "success": true, "error_msg": null }
Example Failure Response
{ "kit_id": "UA00000001", "register_code": null, "success": false, "error_msg": "The kit id is not exist." }