Update Time

Updates a license’s Start and End time for ‘subscription’ and ‘trial’ licenses.

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

Parameters

ParameterTypeDescription
app_idstringAn app_id that has write permission
api_keystringAn api_key that has write permission
serialstringA license (serial number)
start_at (optional)intLicensee’s start time in unix timestamp
end_atintLicensee’s end time in unix timestamp

Returns

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

{
  "message": "OK"
}