Step 1: Planning Step 2: Setting up Step 3: Integration
Integration
Integration of NetLicensing into your product has two aspects:
NetLicensing API
Implement calls to the NetLicensing API in your code. NetLicensing API reference and examples will help you. At minimum you need a call to the validate method of the licensee services.
NetLicensing Shop
Provide a link to NetLicensing Shop in the UI of your product or forward the user to NetLicensing Shop URL by other means.
The URL of NetLicensing Shop has the following format:
https://go.netlicensing.io/shop/v2/?shoptoken={token}
<token>
must be obtained using create token service with tokenType=SHOP
. The Generate token service returns also the complete shop URL for convenience.
Step 1: Planning Step 2: Setting up Step 3: Integration