Create a new license key or import an existing one from another system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
License key created
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:00Z"
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 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:59Z"
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.