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

      Verify license signature

      GET
      https://license3j-api.onrender.com/api/license/verify
      Last modified:2025-05-23 04:51:51
      Maintainer:Not configured
      Checks the validity of the license signature using the key-pair loaded in memory.

      Request

      None

      Responses

      🟢200Success (License Properly Signed)
      application/json
      Body

      🟢200Success (License Improperly Signed)
      🟠400No license in memory
      🟠400No public key in memory
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://license3j-api.onrender.com/api/license/verify'
      Response Response Example
      200 - Success (License Properly Signed)
      {
          "status": "License is properly signed."
      }
      Modified at 2025-05-23 04:51:51
      Previous
      Sign the license
      Next
      Download Signed License
      Built with