Get License Status
POST /api/license/status
POST
/api/license/status
Check the cached license file status (offline, no network needed).
Verifies the cryptographic signature of the locally cached license file and confirms the machine fingerprint matches (node-locking enforcement). Returns valid=false with no error if no license file exists (first launch).
Request Body required
Section titled “Request Body required ” LicenseStatusRequest
Check cached license status (offline verification).
object
machineFingerprint
required
Machinefingerprint
string
Responses
Section titled “ Responses ”Successful Response
LicenseStatusResponse
Current license status (returned by validate and status endpoints).
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context