Help index Getting started with LimeLM Types of software licensing What are Activations & Deactivations? How hardware-locked licensing and online activation works How to switch your licensing to LimeLM, TurboActivate, and TurboFloat Frequently asked questions (FAQ) Adding users to manage your LimeLM account Custom license fields Extra activation data Using TurboActivate … with Adobe AIR … with C# … with C, C++, & Objective-C … with Delphi … with Go … with Java … with NodeJS / Electron … with Python … with Xojo … with VB6 … with VBA … with VB.NET … on macOS … on Linux … with Inno Setup … with NSIS TurboActivate wizard Timed trials in your app TurboFloat Server Overview Commandline options Using our hosted TFS Using TurboFloat … with C# … with C, C++, & Objective-C … with Delphi … with Java … with NodeJS / Electron … with Python … with VB6 … with VBA … with VB.NET Account security Offline activation How to generate product keys after an order … with Authorize.Net … with Skrill … with PayPal … with FastSpring SaaS and time-limited licensing Proxies in TurboActivate Licensing multiple products per process Licensing from inside a virtual machine or hypervisor LimeLM web API functions Overview Encoding Response Format: REST Response Format: JSON feature.add feature.delete feature.edit feature.getAll pkey.activity pkey.advancedSearch pkey.deactivate pkey.delete pkey.find pkey.generate pkey.getDetails pkey.getID pkey.manualActivation pkey.manualDeactivation pkey.removeTag pkey.revoke pkey.setDetails pkey.setTags prod.getAll prod.create prod.createVers prod.changeName prod.editVers tag.delete test.echo trial.advancedSearch trial.manualVerifiedTrial trialExtension.delete trialExtension.generate trialExtension.getDetails trialExtension.getID trialExtension.search limelm.prod.getAll
Gets all products and versions associated with the account along with the default settings for those versions.
Arguments
api_key
(Required)
Your API application key. Your api key is available on your settings page .
Example Response
The method returns a list of products and versions associated with the account.
<products>
<product id="XYZ" name="Adobe Photoshop">
<versions>
<version id="ABC1" name="CC 2019" trial_length="30" allow_vm="no" deact_limit="0" ... />
<version id="EFGH" name="CC 2020" trial_length="30" allow_vm="yes" deact_limit="12" ... />
</versions>
</product>
<product id="ZYX" name="Microsoft Office">
<versions>
<version id="LMNO" name="2016" trial_length="30" allow_vm="no" deact_limit="0" ... />
<version id="PQRS" name="2019" trial_length="30" allow_vm="no" deact_limit="0" ... />
</versions>
</product>
</products>
Error Codes
100: Invalid API Key
The API key passed was not valid or has expired.
101: Method "xxx" not found
The requested method was not found.
164: An API key must be used by X devices. Configurable in your settings.
You can only use an API key from X devices. You can set the exact number on your settings page . If you need to use the web API from multiple servers then create another user . You can also temporarily reset this message by logging into the account for which the API key is created and resetting the last used IP address on your settings page .
166: You do not have permission to create, remove, or edit products and versions. Contact your account administrator(s).
The account you're using does not have the specific permissions needed to modify products and version.
167: No products found.
There were no products in the account. Read "Getting started with LimeLM ".
168: LimeLM web API only supports POST over HTTPS.
All web API functions must be used over HTTPS using POST. Described in the web API overview .
118: Your account is in dormant mode. Re-enable your account.
You cannot set tags when your account is in dormant mode. Re-enable your account and you will no longer get this error.
142: Service currently unavailable
The requested service is temporarily unavailable.