Create a Product

Each application you deploy can be thought of as a product. A product is a collection of license keys.

In order to create a new product:

  1. Click on ‘create new product’ on the main page
  2. On the ‘create new product page’, enter the name of your application and press ‘Create’.

Product Id

When you start implementing Cryptolens Client API into your code, you will need to provide a ProductId, which is simply a number used to identify your product.

One of the ways to get the product id is to:

  1. Go to the product page
  2. Select the product in the list.
  3. The product id is located under the description of the product.

Examples

The main page

The ‘create new product’ page

Next