bright, fresh software
Downloads  |  Buy

limelm.pkey.getID

Gets the product key ID based on a product key.

Arguments

api_key (Required)
Your API application key. Your api key is available on your settings page.
version_id (Required)
The id of the version of which the product key belongs. You can get the version ID by examining the URL in your browser. For instance, from the URL http://wyday.com/limelm/version/100/ you can see the version ID is 100. (Note: The Version ID is not the Version GUID).
pkey (Required)
The product key you want to get the ID for.

Example Response

The method returns the single product key ID.

<pkey id="103"/>

Error Codes

1: Product key not found.
No product key ID was found for the product key 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.
108: The version id is missing.
The version id was not specified.
119: The product key is missing.
You must specify a product key.
142: Service currently unavailable
The requested service is temporarily unavailable.