Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
The SaaS 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).The membership customer status (for example
ACTIVE, INACTIVE).Detailed information about the license code.
licenseCode Structure (Object)
The license code value.
License status (for example
ISSUED, ACTIVE, INACTIVE, DISABLED).License expiration date (ISO 8601 datetime).
Related transaction ID.
ID of the associated product.
Customer ID linked to the license.
Customer’s full name.
Customer’s email address.
License creation timestamp (ISO 8601 datetime).
Last updated timestamp (ISO 8601 datetime).
ID of the membership tier associated with the license.
Name of the membership tier.
The member-specific payment link for subscription renewal.
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.
