Skip to content

Activate License

POST
/api/license/activate

Activate the current machine for the given license key.

Creates a machine activation in Keygen, then checks out a signed license file for offline verification on subsequent launches.

LicenseActivateRequest

Activate a machine for a license key.

object
licenseKey
required
Licensekey
string
machineFingerprint
required
Machinefingerprint
string

Successful Response

LicenseActivateResponse

Result of a machine activation attempt.

object
valid
required
Valid
boolean
licenseFile
Licensefile
string
""
error
Any of:
string

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object