Seller API
Automate panel operations — manage apps, keys, users via HTTP.
Endpoint
https://libreauth.nutexe.dev/seller-api/
All requests require sellerkey parameter (API key from panel).
Authentication
sellerkey64-char API key from panel → Seller API KeystypeAction name (see tables below)TIP
Optional IP whitelist per API key — requests from other IPs are rejected.
Applications
| type | Description |
|---|---|
info | Seller account info |
fetchapps | List all apps |
fetchapp | Single app details |
addapp | Create application |
delapp | Delete application |
renameapp | Rename application |
pauseapp | Pause/unpause app |
refreshsecret | Rotate app secret |
fetchstats | App statistics |
License Keys
| type | Description |
|---|---|
fetchkeys | List keys |
addkey | Generate keys |
delkey | Delete key |
editkey | Edit key note/status |
exportkeys | Export unused keys |
Users & Sessions
| type | Description |
|---|---|
fetchusers | List users |
banuser / unbanuser | Ban control |
resethwid | Reset user HWID |
fetchsessions | Active sessions |
killsession | Terminate session |
fetchsubs / addsub | Subscriptions |
fetchblack / addblack / delblack | Blacklist |
Vars, Files, Webhooks
| type | Description |
|---|---|
fetchvars / setvar / delvar | Variables |
fetchfiles / addfile / delfile | Files |
fetchwebhooks / addwebhook / delwebhook | Webhooks |