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.pkey.getDetails 
Gets the product key details including activations (total and used), email address, and all fields for the product key.
 
Arguments 
	api_key  (Required) 
	Your API application key. Your api key is available on your settings page . 
	pkey_id  (Required) 
	The id of the product key. 
 
 
Example Response 
The method returns the details of the product key including all custom license fields and tags.
<pkey key="A84U-ZTZT-V2WI-5KCK-EV5S-3PWK-K2TX" acts="4" acts_used="3" email="anemail@example.com">
    <activations>
        <act id="42" ip="192.168.1.1" date="2011-06-12 12:33:44" type="windows"/>
        <act id="43" ip="192.168.1.23" date="2011-06-12 12:36:25" type="mac" extra_data="Bob's PC"/>
        <act id="44" ip="192.168.1.77" date="2011-06-12 12:39:12" type="linux"/>
    </activations>
    <features>
        <feature name="your feature" value="a value"/>
        <feature name="another feature" value="2010-06-25 04:13:00"/>
    </features>
    <tags>
        <tag name="Microsoft"/>
        <tag name="OEM"/>
    </tags>
</pkey> 
 
Error Codes 
	1: Product key not found. 
	No product keys found pkey_id supplied. 
	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 . 
	142: Service currently unavailable 
	The requested service is temporarily unavailable.