Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
The license code to verify.
The ID of the product (payment link) associated with the license.
Response
Successful ResponseMain Structure (Root)
Status code from the API.
Shows whether the license is currently active (
true or false).Detailed information about the license code.
licenseCode Structure (Object)
The license code value.
License status (for example
ACTIVE, INACTIVE, EXPIRED, DISABLED).License expiration date (ISO 8601 datetime) or
"Tidak terbatas" (Unlimited).Related transaction ID.
ID of the associated product.
Customer ID linked to the license.
Customer’s full name.
Customer’s email address.
Maximum number of allowed activations (for example
"Tidak terbatas" means “Unlimited”).Number of times the license has been used/verified.
License creation timestamp (ISO 8601 datetime).
Last updated timestamp (ISO 8601 datetime).
Errors
Returned when
licenseCode or productId is missing or invalid.Returned when the Authorization header is missing or invalid.
Returned when the license code or product is not found.
Returned when the license has reached its maximum activation limit.
