licenses - register-products edit
Sets registering information to an offline distribution license.
PUT https://api.keyzy.io/v2/register-products/{serial-number}
Variables
serial-number | serial number |
Parameters
app_id | An app_id that has read permission |
api_key | An api_key that has read permission |
sku_number | SKU number |
name | Name of the user |
Email of the user |
Returns
Success
{
"message": "Serial successfully registered."
}
Errors
You are not authorized
{
"error": {
"message": "You are not authorized!",
"status_code": 401
}
}