limelm.pkey.getDetails
Gets the product key details including activations (total and used), email address, and all features 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 features 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"/>
<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.
142: Service currently unavailable- The requested service is temporarily unavailable.