Update License Key
This endpoint allows you to update a license key by its ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
License key ID
Body
The updated activation limit for the license key.
Use null
to remove the limit, or omit this field to leave it unchanged.
Indicates whether the license key should be disabled.
A value of true
disables the key, while false
enables it. Omit this field to leave it unchanged.
The updated expiration timestamp for the license key in UTC.
Use null
to remove the expiration date, or omit this field to leave it unchanged.
Response
The unique identifier of the business associated with the license key.
The timestamp indicating when the license key was created, in UTC.
The unique identifier of the customer associated with the license key.
The unique identifier of the license key.
The current number of instances activated for this license key.
The license key string.
The unique identifier of the payment associated with the license key.
The unique identifier of the product associated with the license key.
active
, expired
, disabled
The maximum number of activations allowed for this license key.
The timestamp indicating when the license key expires, in UTC.
The unique identifier of the subscription associated with the license key, if any.