Use the API Web service to check the status of your Artica Entreprise license
This option is available on Artica v4.50 Service Pack 1 or Artica v4.50 Hostfix 20240910-13
GET http://1.2.3.4:9503/license/status
Give the full status of the license information
{
"Status": true,
"Info": {
"ABOUT_PP": "Artica software 1 year License 0-5 Users",
"COMPANY": "ArticaTech3",
"FINAL_TIME": "1696118340",
"UUID": "789aaa51-a1eb-eb48-639b-000070877aed",
….
},
"Error": "",
"entreprise_license": true,
"gold_license": true,
"end_of_period": 999999999999,
"end_of_period_text": "over 292 years"
}