Skip to main content

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

Let a customer move to a new PC: POST /keys/{id}/reset-hwid.
Pause the countdown during downtime with POST /keys/{id}/freeze. Resume with DELETE /keys/{id}/freeze.
Add days with POST /keys/{id}/add-time and { "days": 7 }.
Revoke with POST /keys/{id}/ban and a reason. Restore with POST /keys/{id}/unban.

Find expiring keys

List keys that expire in the next seven days to send renewal reminders: