Criar Chave de Licença
Importe uma chave de licença existente de outro sistema. A string da chave, o cliente e o produto são obrigatórios.
key, customer_id e product_id são todos obrigatórios. Ele não gera um valor de chave para você. Importar um key que já existe retorna 409 Conflict.Autorizações
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Corpo
The customer this license key belongs to.
The license key string to import.
The product this license key is for.
Maximum number of activations allowed. Null means unlimited.
Expiration timestamp. Null means the key never expires.
Resposta
License key created
Brand id this license key belongs to
The unique identifier of the business associated with the license key.
The timestamp indicating when the license key was created, in UTC.
"2024-01-01T00:00:00.000Z"
The unique identifier of the customer associated with the license key.
"cus_123"
The unique identifier of the license key.
"lic_123"
The current number of instances activated for this license key.
The license key string.
The unique identifier of the product associated with the license key.
The source of the license key - 'auto' for keys generated by payment/subscription flows, 'import' for merchant-imported keys.
auto, import, manual The current status of the license key (e.g., active, inactive, expired).
active, expired, disabled The maximum number of activations allowed for this license key.
5
The timestamp indicating when the license key expires, in UTC.
"2024-12-31T23:59:59.000Z"
The unique identifier of the payment associated with the license key, if any.
The unique identifier of the subscription associated with the license key, if any.