getLicenseInfo

This method returns information about the license currently used by your application.

Parameters

Result

The result is an object containing a license object and the isOnline flag.

Example

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "getLicenseInfo",
    "params": {
        "cortexToken": "xxx"
    }
}

Last updated