Vai al contenuto principale
GET
JavaScript
API deprecata: Le chiavi di licenza ora sono gestite tramite il sistema di Entitlements. Usa List Customer Grants per elencare le chiavi di licenza emesse (filtra con integration_type=license_key); ogni concessione porta i suoi dettagli license_key. Questo endpoint verrà rimosso in un prossimo rilascio.

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri della query

page_size
integer<int32>

Page size default is 10 max is 100

Intervallo richiesto: x >= 0
page_number
integer<int32>

Page number default is 0

Intervallo richiesto: x >= 0
customer_id
string

Filter by customer ID

status
enum<string>

Filter by license key status

Opzioni disponibili:
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

Opzioni disponibili:
auto,
import,
manual

Risposta

items
object[]
obbligatorio
Ultima modifica il 9 luglio 2026