Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
string
required
The license code to activate.
string
required
The ID of the product (payment link) associated with the license.
Response
Successful ResponseMain Structure (Root)
integer
Status code from the API.
200 on successful activation.string
Status message describing the result.
By performing this action, the status of the license code will change to
ACTIVE.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 request cannot be processed.
