Copy Page
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
MCP
API Status
Copy Page
GET
https://license3j-api.onrender.com
/api/healthcheck
Try it
Run in Apidog
Run in Apidog
Last modified:
2025-05-23 04:52:00
Maintainer:
Not configured
Checks if the API endpoint can be reached or not.
Request
None
Responses
🟢
200
Success
application/json
Generate Code
Body
application/json
Generate Code
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
'https://license3j-api.onrender.com/api/healthcheck'
Response
Response Example
{
"status"
:
"active"
}
Modified atÂ
2025-05-23 04:52:00
Previous
Check if a public key is loaded in memory
Next
Get Session ID