License Controller

post
Authorizations
Responses
200
OK
*/*
post
POST /api/license/deactivate HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "userLimit": 1,
  "expiryDate": "2025-07-05T18:59:34.150Z",
  "maintenanceExpiryDate": "2025-07-05T18:59:34.150Z",
  "currentIo": 1,
  "currentUser": 1,
  "company": "text",
  "type": "Limited",
  "issueDate": "2025-07-05T18:59:34.150Z",
  "email": "text",
  "ioLimit": 1,
  "appVersion": "text",
  "fullName": "text"
}
post
Authorizations
Body
one ofOptional
all ofOptional
or
all ofOptional
Responses
200
OK
*/*
post
POST /api/license/activate HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 35

{
  "type": "text",
  "licenseKey": "text"
}
{
  "userLimit": 1,
  "expiryDate": "2025-07-05T18:59:34.150Z",
  "maintenanceExpiryDate": "2025-07-05T18:59:34.150Z",
  "currentIo": 1,
  "currentUser": 1,
  "company": "text",
  "type": "Limited",
  "issueDate": "2025-07-05T18:59:34.150Z",
  "email": "text",
  "ioLimit": 1,
  "appVersion": "text",
  "fullName": "text"
}
get
Authorizations
Responses
200
OK
*/*
get
GET /api/license HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "userLimit": 1,
  "expiryDate": "2025-07-05T18:59:34.150Z",
  "maintenanceExpiryDate": "2025-07-05T18:59:34.150Z",
  "currentIo": 1,
  "currentUser": 1,
  "company": "text",
  "type": "Limited",
  "issueDate": "2025-07-05T18:59:34.150Z",
  "email": "text",
  "ioLimit": 1,
  "appVersion": "text",
  "fullName": "text"
}