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

      Show the license available in memory

      GET
      https://license3j-api.onrender.com/api/license/show
      Last modified:2025-05-23 04:51:35
      Maintainer:Not configured
      Shows the features of the license currently in memory.

      Request

      None

      Responses

      🟢200Success
      application/json
      Body

      🟠400No license in memory
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://license3j-api.onrender.com/api/license/show'
      Response Response Example
      200 - Success
      {"License Info":"licenseSignature:BINARY=SkFancM5W8S9sXcEXHJFIgzRjv+qhayXFOUk0Y03o7tPhN12NAg4OJWat8rybZcduRifXmw+vfxiuBPS68DyoqHepFB1+p5qmZALtrJgW1srFEY00pJl3P57B/fLSC7eub5kn5+z82LTuLQxXAibjrugKqy3weYO0flqPq8iymd5W1xtZ1Aa/4F+6KovZ1TLCCi7Q87oc02JxkkAi9jDHFfl8a9mW7tYDrDmaQL/qAalAzS7OFnEBptrSIGOO1ghYT0FXgGNhD5lsy5ISFTL8xq+gZHaF/YkCAUw+deiLXpTmOprvQ1WhfiHWVTcICI3BDXvASO2WeZG5yJZ2T2NYrUJGhO2iDNg2OO3Fk+hOsjH+5KZ9TsoM/5miqusqLlak1CUW/sVkqzhPGsOn2TxMSAM334/8yIuyqPkjQjUNpLQloVBT56EcV3frU2Co18VMaZheK1Ko0eXyF0zd2it5LmH55qj2tSDVqCdmS+iRoIq8K5ZlieZbtFEXRKZAq/M\nsignatureDigest=SHA-512\nspecialNote=This license was made for testing the License3j API. Never use the license or the keys used to sign the license in public.\n"}
      Modified at 2025-05-23 04:51:35
      Previous
      Create a fresh license in memory
      Next
      Upload a license file to memory
      Built with