跳转到主要内容
GET
JavaScript
已弃用的 API:许可证密钥现在通过Entitlements系统管理。使用List Customer Grants列出已发放的许可证密钥(使用 integration_type=license_key 进行过滤);每个授权都携带其 license_key 详细信息。此端点将在未来的发布中被删除。

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

page_size
integer<int32>

Page size default is 10 max is 100

必填范围: x >= 0
page_number
integer<int32>

Page number default is 0

必填范围: x >= 0
customer_id
string

Filter by customer ID

status
enum<string>

Filter by license key status

可用选项:
active,
expired,
disabled
product_id
string

Filter by product ID

created_at_gte
string<date-time>

Filter license keys created on or after this timestamp

created_at_lte
string<date-time>

Filter license keys created on or before this timestamp

source
enum<string>

Filter by license key source

可用选项:
auto,
import,
manual

响应

items
object[]
必填
最后修改于 2026年7月9日