Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
string
required
The SaaS license code to verify.
string
required
The ID of the product (payment link) associated with the license.
Response
Successful ResponseMain Structure (Root)
integer
Status code from the API.
boolean
Shows whether the license is currently active (
true or false).string
The membership customer status (for example
ACTIVE, INACTIVE).object
Detailed information about the license code.
licenseCode Structure (Object)
string
The license code value.
string
License status (for example
ISSUED, ACTIVE, INACTIVE, DISABLED).string
License expiration date (ISO 8601 datetime).
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
License creation timestamp (ISO 8601 datetime).
string
Last updated timestamp (ISO 8601 datetime).
string<uuid>
ID of the membership tier associated with the license.
string
Name of the membership tier.
string
The member-specific payment link for subscription renewal.
Errors
object
Returned when
licenseCode or productId is missing or invalid.object
Returned when the Authorization header is missing or invalid.
object
Returned when the license code or product is not found.
