Register Products Edit

Sets registering information to an offline distribution license.

PUT https://api.keyzy.io/v2/register-products/{serial-number}

Variables

VariableDescription
serial-numberserial number

Parameters

ParameterDescription
app_idAn app_id that has read permission
api_keyAn api_key that has read permission
sku_numberSKU number
nameName of the user
emailEmail of the user

Returns

Success

{
  "message": "Serial successfully registered."
}

Errors

You are not authorized

{
  "error": {
    "message": "You are not authorized!",
    "status_code": 401
  }
}