License3j-API
    License3j-API
    • Create a fresh license in memory
      POST
    • Show the license available in memory
      GET
    • Upload a license file to memory
      POST
    • Add feature to a license
      POST
    • Generate Private and Public Key Pair
      POST
    • Download Generated Keys
      GET
    • Upload a private key to memory
      POST
    • Upload a public key to memory
      POST
    • Dump Public Key
      GET
    • Sign the license
      POST
    • Verify license signature
      GET
    • Download Signed License
      GET
    • Check if a license is loaded in memory
      GET
    • Check if a license requires signing
      GET
    • Check if a license requires saving
      GET
    • Check if a private key is loaded in memory
      GET
    • Check if a public key is loaded in memory
      GET
    • API Status
      GET
    • Get Session ID
      GET

      Sign the license

      POST
      https://license3j-api.onrender.com/api/license/sign
      Last modified:2025-05-23 04:51:49
      Maintainer:Not configured
      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"
      }
      Modified at 2025-05-23 04:51:49
      Previous
      Dump Public Key
      Next
      Verify license signature
      Built with