Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Iguana License Activation

...

Iguana License Transfer

...

Info

This document will provide sample code on the basics of the Iguana License API by demonstrating:

  1. How to Activate a New Iguana using the API

  2. How to License Transfer an Iguana using the API

License API Scenarios and Best Practices

...

Expand
titleSample Response

{

   "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

...