Key types
Create keys
boolean
default:"true"
Locks the key to the first machine that activates it.
boolean
default:"false"
When
true, the countdown starts now. When false, it starts on first use.integer
default:"1"
Generate up to 100 keys in one call.
Manage a key
Reset HWID
Reset HWID
Let a customer move to a new PC:
POST /keys/{id}/reset-hwid.Freeze and unfreeze
Freeze and unfreeze
Pause the countdown during downtime with
POST /keys/{id}/freeze. Resume with DELETE /keys/{id}/freeze.Extend
Extend
Add days with
POST /keys/{id}/add-time and { "days": 7 }.Ban and unban
Ban and unban
Revoke with
POST /keys/{id}/ban and a reason. Restore with POST /keys/{id}/unban.