跳转到主要内容
POST
JavaScript
无需 API 密钥:这是一个无需认证的公共端点。您可以直接从客户端应用程序、桌面软件或 CLI 调用它以激活许可证密钥,而无需公开您的 API 凭据。

请求体

application/json
license_key
string
必填
name
string
必填

响应

License key instance created

business_id
string
必填

Business ID

created_at
string<date-time>
必填

Creation timestamp

示例:

"2024-01-01T00:00:00.000Z"

customer
object
必填

Limited customer details associated with the license key.

id
string
必填

License key instance ID

示例:

"lki_123"

license_key_id
string
必填

Associated license key ID

示例:

"lic_123"

name
string
必填

Instance name

示例:

"Production Server 1"

product
object
必填

Related product info. Present if the license key is tied to a product.

最后修改于 2026年4月1日