...
License Automation Demo
Iguana License Activation
...
Iguana License Transfer
...
Info |
---|
This document will provide sample code on the basics of the Iguana License API by demonstrating:
|
License API Scenarios and Best Practices
...
Before activating a new Iguana License, we must:
Gain access to the new Iguana Instance ID.
Gain access to the Authentication Token.
Gain access to the Entitlement ID.
Gain access to the code for the new Iguana Instance.
Apply the License Code to the new Iguana Instance
Step 1. Gain access to the new Iguana Instance ID:
...
To complete a License Transfer using Iguana API follow these steps:
Gain access to the Iguana ID used to transfer to.
Obtain Authentication Token.
Gain Access to the Entitlement ID.
Gain access to the Activation ID of the current Iguana Instance.
Gain access to the new code and transfer the new Iguana Instance.
Apply the license code to the new Iguana Instance.
Step 1. Gain access to the Iguana ID used to transfer to:
...
Expand | ||
---|---|---|
| ||
{ "data": { "Token": "*Token Displayed Here*", "Info": { "Permissions": { "LicenseTransfer": true, "TemporaryLicense": true, "LicenseRead": true, "FinancialRead": true, "LicenseWrite": true }, "CompanyName": "Testing" } }, "status": "ok" }% |
Demo Video
License Activation Video
...
License Transfer Video
...