Updates a license
The id of the license.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYContains the data for the license key update form.
The id of the package.
The id of the subscription type.
The amount value of a license to be created.
The currency code in the ISO 4217 format, which is a three-letter uppercase code that identifies a specific currency. This value should strictly follow the ISO 4217 standard.
The start date of the license.
The end date of the license.
The description of the license.
The tags of the license.
The test mode of the license. By default, it is set to false.
The request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
The user's access was denied.
The license was not found in the system.
API call exceeded rate limit due to too many requests.
Last updated