Example Usage


http://api.cloudapplicenser.com/v1/license_modify?token={TOKEN}&appuniqueid={UNIQUEID}&licensekey={LICENSEKEY}&newlicensekey={NEWLICENSEKEY}&deviceid={DEVICEID}

Usage Notes

If the License Key is successfully changed, the JSON data returned will include the updated License Key and the number of in-app credits applicable to that license. When this request is successful, you should update any locally-stored License Key or in-app credit values with the values returned.

Example Output


{
    "status": "success",
    "licensekey": "78328235236",
    "credits": "10"
}