Start Trial
POST /api/license/start-trial
POST
/api/license/start-trial
Start a 14-day free trial tied to the provided email + machine fingerprint.
Proxies to the website’s /api/license/start-trial endpoint, which creates a trial license in MySQL, activates the machine, and returns a signed license file for offline verification.
Request Body required
Section titled “Request Body required ” LicenseStartTrialRequest
Start a 14-day free trial tied to an email and machine fingerprint.
object
email
required
Email
string
machineFingerprint
required
Machinefingerprint
string
Responses
Section titled “ Responses ”Successful Response
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