Update SKU

Updates the connected SKU for a license.

POST https://api.keyzy.io/v2/licenses/update-sku

Parameters

ParameterTypeDescription
app_idstringAn app_id that has write permission
api_keystringAn api_key that has write permission
serialstringA license (serial number)
new_sku_numberstringLicense’s new sku_number
current_sku_numberstringLicense’s current sku_number

Returns

Keyzy responds with a message containing the status of the update if the request is correct.

{
  "message": "License successfully updated with the given new_sku_number."
}

Notes