Developer

licenses - products

Returns a list of products that are related to a license.

POST https://api.keyzy.io/v2/licenses/products

Parameters

app_id

An app_id that has write permission

api_key

An api_key that has write permission

serial

Serial number of the customer

Returns

Keyzy responds with a message containing the product's data if the request is correct.

{
    "data": [
        {
            "id": 435,
            "name": "kZip",
            "code": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "filename": "kZip.lic",
            "key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
            "signature": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
            "signature_trial": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
            "active": true,
            "max_host_count": 3,
            "created_at": "2018-02-09 23:47:54",
            "updated_at": "2018-09-14 08:38:16"
        }
    ]
}