License Controller
post
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
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
all ofOptional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
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
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
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"
}