Signs the license with the key-pair generated or loaded into the memory. Any feature added to the license requires it to be re-signed before it can be saved again.
Request
None
Responses
🟢200Success
application/json
Body
🟠400No license in memory
🟠400No private key in memory
🔴500Algorithm or Padding Unavailability or Bad Padding
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://license3j-api.onrender.com/api/license/sign'
Response Response Example
200 - Success
{"status":"License Signed with the keys loaded in memory"}