Get the current status of the license.
Method: GET
URL Params: None
Response:
{
"command":"/getLicenseStatus",
"command_result":{
"license": {
"type": license_type,
"active": boolean,
"trial_expiration_date": "2019.10",
"key": "some_key",
"maintenance_max_version": "2019.12",
"current_version": "2019.12.01"
}
},
"errors":false,
"general_message":"Successfully retrieved license information"
}