List Products

It is possible to get a list of all your products including their ids using the Web API as an alternative to the control panel. Note, authentication is required using your log-in details. All results are in JSON.

This method is accessed by: https://serialkeymanager.com/Ext/ListProducts

Parameters

Parameter Description Remarks
usern the user name required
passw the user password required

Results

A result will contain the product name followed by the product id.
{"Software Protector":"1","Product 2":"11","MachineCodeLocking":"111","TestProduct":"22","testProduct":"33"}

Errors

Error
Unable to authenticate. Check the username or password.
The user does not have any products.
;