Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
string
required
The license code is to be activated.
string
required
The ID of the product associated with the license.
Response
Successful ResponseMain Structure (Root)
integer
Status code form API.
boolean
Shows whether the license is currently active (
true or false).array of object
Detailed information about the license code.
licenseCode Structure (Array Of Object)
string
The license code value.
string
License status (example:
"ACTIVE").string (ISO 8601 datetime)
License expiration date.
string<uuid>
Related transaction ID.
string<uuid>
ID of the associated product.
string<uuid>
Customer ID linked to the license.
string
Customer’s full name.
string
Customer’s email address.
string
Maximum number of allowed activations (example:
"Tidak terbatas" → means “Unlimited”).number
Number of times the license has been used.
string (ISO 8601 datetime)
License creation timestamp.
string (ISO 8601 datetime)
Last updated timestamp.
