getHardwareKey
Less than 1 minute
getHardwareKey
Description: Get a unique hardware key necessary for creating a license. Admin
Request example:
{
"method" : "getHardwareKey",
"requestId" : "1"
}Response example:
{
"method" : "getHardwareKey",
"requestId" : "1",
"key" : "76F84C0-86ED79E-85EF743-801BF1B",
"result" : true
}Parameter description:
key— Unique hardware keyrequestId- a unique request identifier. You can find more details about it here.
See also: