Creates a fresh license in memory. This license is devoid of any features and is unsigned. The next workflow after this typically includes adding features to the license, then signing it with a pre-loaded or a newly generated key-pair and then saving it.NOTE: If there is a license already loaded in memory, it will be replaced by a new blank license upon this request. However, replacement will occur only when the previous license in memory has been saved at least once.
Request
None
Responses
🟢200Success
application/json
Body
🟠409Unsaved license in memory
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://license3j-api.onrender.com/api/license/new'
Response Response Example
200 - Success
{"status":"A new license has been generated in memory"}