Versions Compared

Key

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

The following steps provide an example licensing license activation workflow using the license APIs:

Expand
titleSTEP 1: Get the Iguana ID of your target Iguana instance

There are two methods which can be used to obtain the Iguana ID: see Programmatically obtain get an Iguana ID

Expand
titleSTEP 2: Call the Members Account Licensing APIs to register your Iguana ID to generate a license code

Use the Members Account Licensing APIs to register the obtained Iguana ID to generate a new license code for the Iguana you wish to activate.

  1. Authenticate: To make any license API calls, you must first login and get an authentication token.

  2. Get Available License IDs: Get a list of entitlements (license types) to obtain a license ID for the type of license you want to activate.

  3. Get an Activated License Code: Register your Iguana ID with the desired license type to generate an activated license code to apply to your Iguana instance.

...