Example Usage


http://api.cloudapplicenser.com/v1/license_credits_modify?token={TOKEN}&appuniqueid={UNIQUEID}&licensekey={LICENSEKEY}&action={ACTION}&quantity={QUANTITY}&description={DESCRIPTION}

Usage Notes

When adding or removing in-app credits for a License Key, you can decide how many to add or remove, and you must also provide a short description (for example "10 Bonus Points Awarded") and optional reference (for example an in-app payment reference to associate with the transaction). The JSON data returned will include only the updated number of credits applicable to that license.

Example Output


{
    "status": "success",
    "credits": "15"
}