latestOpenAPI 3.1.02026-08-141866831.1 MB

77e4ef94fcc3

license_keys
public

Activate License Key

Activate a license key instance.

Scopes: license_keys:write

post/v1/license-keys/activate

Request body

keystring required
organization_idstring uuid4 required
labelstring required
conditionsobject

Key-value object allowing you to set conditions that must match when validating the license key.

The key must be a string with a maximum length of 40 characters. The value must be either:

  • A string with a maximum length of 500 characters
  • An integer
  • A floating-point number
  • A boolean

You can store up to 50 key-value pairs.

metaobject

Key-value object allowing you to store additional information about the activation

The key must be a string with a maximum length of 40 characters. The value must be either:

  • A string with a maximum length of 500 characters
  • An integer
  • A floating-point number
  • A boolean

You can store up to 50 key-value pairs.

Response

Successful Response

idstring uuid4 required
license_key_idstring uuid4 required
labelstring required
metaobject required
created_atstring date-time required
modified_atstring date-time nullable required
license_keyLicenseKeyRead required— unresolved $ref