Register Products Edit
Sets registering information to an offline distribution license.
PUT https://api.keyzy.io/v2/register-products/{serial-number}
Variables
| Variable | Description |
|---|---|
| serial-number | serial number |
Parameters
| Parameter | Description |
|---|---|
| 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
}
}