License Controller
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/license/deactivate HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"userLimit": 1,
"expiryDate": "2025-11-22T23:40:38.543Z",
"maintenanceExpiryDate": "2025-11-22T23:40:38.543Z",
"currentIo": 1,
"currentUser": 1,
"company": "text",
"type": "Limited",
"issueDate": "2025-11-22T23:40:38.543Z",
"email": "text",
"ioLimit": 1,
"appVersion": "text",
"fullName": "text"
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
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-11-22T23:40:38.543Z",
"maintenanceExpiryDate": "2025-11-22T23:40:38.543Z",
"currentIo": 1,
"currentUser": 1,
"company": "text",
"type": "Limited",
"issueDate": "2025-11-22T23:40:38.543Z",
"email": "text",
"ioLimit": 1,
"appVersion": "text",
"fullName": "text"
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/license HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"userLimit": 1,
"expiryDate": "2025-11-22T23:40:38.543Z",
"maintenanceExpiryDate": "2025-11-22T23:40:38.543Z",
"currentIo": 1,
"currentUser": 1,
"company": "text",
"type": "Limited",
"issueDate": "2025-11-22T23:40:38.543Z",
"email": "text",
"ioLimit": 1,
"appVersion": "text",
"fullName": "text"
}Last updated