Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.cryptolens.io/llms.txt

Use this file to discover all available pages before exploring further.

Each application you deploy can be thought of as a . 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