License Management // Redefined
/api/license/verifyValidate license keys and register hardware identifiers for secure application binding.
{
"licenseKey": "NSCE-XXXX-XXXX-XXXX",
"deviceId": "unique-device-id",
"appVersion": "1.0.0"
}/api/index/uploadSynchronize indexed data structures to the cloud with version control.
{
"licenseKey": "NSCE-XXXX-XXXX-XXXX",
"deviceId": "unique-device-id",
"version": 1,
"indexJson": { ... }
}Authorized Personnel Only