# getHardwareKey

Administrator

Description: Get a unique hardware key necessary for creating a license.

Request example:

{
    "method" : "getHardwareKey",
    "requestId" : "1"
}

Response example:

{
    "method" : "getHardwareKey",
    "requestId" : "1",
    "key" : "76F84C0-86ED79E-85EF743-801BF1B",
    "result" : true
}

Parameter description:

  • key — Unique hardware key

  • requestId - a unique request identifier. You can learn more about it here.

See also: