Example Usage


http://api.cloudapplicenser.com/v1/license_credits_get?token={TOKEN}&appuniqueid={UNIQUEID}&licensekey={LICENSEKEY}

Usage Notes

The JSON data returned will include only the number of credits applicable to that license.

Example Output


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