Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
The license code to activate.
The ID of the product (payment link) associated with the license.
Response
Successful ResponseMain Structure (Root)
Status code from the API.
200 on successful activation.Status message describing the result.
By performing this action, the status of the license code will change to
ACTIVE.Errors
Returned when
licenseCode or productId is missing or invalid.Returned when the Authorization header is missing or invalid.
Returned when the request cannot be processed.
