Hey @xiaolllll
If you have a software then, most probably you will need some development to integrate the Digital License Manager API.
The approach will be as follows, but make sure you check the Authentication page first:
- Add license page on the software
- Add Box for activating the software on the license page with one input field “License”
- Once that form is submitted, you need to call the Activate Endpoint to pass the License Key key (input) to the Activation API. You can see the responses on the docs page both (success and error)
- If you receive successful response, you need to get the token and store it somewhere persistently. Because in future you will need the token for validating the license and deactivating the license from within the software, if you implement those.
Let me know if that helps,
Best Regards,
Darko