Pular para o conteúdo principal
GET
JavaScript
API Obsoleta: As chaves de licença agora são gerenciadas através do sistema de Entitlements. Use List Customer Grants para listar chaves de licença emitidas (filtre com integration_type=license_key); cada concessão carrega seus detalhes license_key. Este endpoint será removido em uma versão futura.

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de consulta

page_size
integer<int32>

Page size default is 10 max is 100

Intervalo obrigatório: x >= 0
page_number
integer<int32>

Page number default is 0

Intervalo obrigatório: x >= 0
customer_id
string

Filter by customer ID

status
enum<string>

Filter by license key status

Opções disponíveis:
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

Opções disponíveis:
auto,
import,
manual

Resposta

items
object[]
obrigatório
Última modificação em 9 de julho de 2026