Your API application key. Your api key is available on your settings page.
prod_name (Required)
The name of the product. Maximum 255 characters.
vers_name (Required)
The name of the version. Maximum 255 characters.
trial_length (Optional)
How long you want the timed trial to last for new customers of this product version. Set to “0” for no trial. The default for trial_length is 0.
where_is_pkey (Required)
A short description of where the customer can find their product key. This is used in the TurboActivate wizard. Maximum 2048 characters.
buy_link (Required)
Where your customers can purchase your software. This link used in the TurboActivate wizard. Maximum 2048 characters.
Example Response
The method returns the product id and the version id that have been created.
<product id="13" ver_id="42"/>
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.
168: LimeLM web API only supports POST over HTTPS.