API Reference
Interactive docs — Apidog style. Pick an endpoint for parameters, code samples, and live Try it.
https://libreauth.nutexe.dev/api/1.3/ · Method: POST · Content-Type: application/x-www-form-urlencodedStart here — Initialization
First call on every client launch. Returns sessionid and app info.
Login & License
Username/password or license key authentication.
Hash Check Failed?
Fix MD5 mismatch between client and panel whitelist.
Authentication
initInitialization
Start a new session. Returns sessionid, app stats, Ed25519 public key, and optional encrypted responses. Must be called before any other API type.
loginLogin
Authenticate with username and password. Returns user info and subscription data.
licenseLicense Login
Login using a license key only — creates account if key is unused.
registerRegister
Create a new user account using a valid license key.
upgradeUpgrade (Redeem License)
Apply a license key to an existing user account to extend or change subscription.
Session
checkCheck Session
Heartbeat — verify session is still valid. Call periodically from client.
logoutLogout
Destroy the current session.