License Controller

post
Authorizations
Responses
200

OK

*/*
post
/api/license/deactivate
POST /api/license/deactivate HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
  "userLimit": 1,
  "expiryDate": "2025-10-31T22:41:48.915Z",
  "maintenanceExpiryDate": "2025-10-31T22:41:48.915Z",
  "currentIo": 1,
  "currentUser": 1,
  "company": "text",
  "type": "Limited",
  "issueDate": "2025-10-31T22:41:48.915Z",
  "email": "text",
  "ioLimit": 1,
  "appVersion": "text",
  "fullName": "text"
}
post
Authorizations
Body
one ofOptional
all ofOptional
or
all ofOptional
Responses
200

OK

*/*
post
/api/license/activate
POST /api/license/activate HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 35

{
  "type": "text",
  "licenseKey": "text"
}
{
  "userLimit": 1,
  "expiryDate": "2025-10-31T22:41:48.915Z",
  "maintenanceExpiryDate": "2025-10-31T22:41:48.915Z",
  "currentIo": 1,
  "currentUser": 1,
  "company": "text",
  "type": "Limited",
  "issueDate": "2025-10-31T22:41:48.915Z",
  "email": "text",
  "ioLimit": 1,
  "appVersion": "text",
  "fullName": "text"
}
get
Authorizations
Responses
200

OK

*/*
get
/api/license
GET /api/license HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
  "userLimit": 1,
  "expiryDate": "2025-10-31T22:41:48.915Z",
  "maintenanceExpiryDate": "2025-10-31T22:41:48.915Z",
  "currentIo": 1,
  "currentUser": 1,
  "company": "text",
  "type": "Limited",
  "issueDate": "2025-10-31T22:41:48.915Z",
  "email": "text",
  "ioLimit": 1,
  "appVersion": "text",
  "fullName": "text"
}

Last updated