Last updated
Last updated
Suspending a license will cause LexActivator IsLicenseGenuine()
function to return LA_SUSPENDED
status code on the user machine, based on which you can take any action in your application.
Allowing the license later will automatically cause LexActivator IsLicenseGenuine()
function to return LA_OK
status code. User doesn't need to reactivate the license.
To suspend a license you need to hit the and set suspended
property to true
.
PATCH
https://api.cryptlex.com/v3/licenses/:id
id
string
Unique identifier for the license.
Authorization
string
Bearer access token.
suspended
boolean
Set true to suspend the license.