Seller API Reference
Every type supported by https://libreauth.nutexe.dev/seller-api/
https://libreauth.nutexe.dev/seller-api/ · Methods: GET or POST · Auth: sellerkeyStart here — Seller Info
Verify sellerkey before deploying your bot.
addhash
MD5 hash whitelist for Hash Check — Discord automation.
Discord Bot Guide
Ready-to-adapt discord.js bot with slash commands.
Account
Applications
fetchappsFetch Applications
List all applications owned by this seller account.
fetchappFetch Application
Get one application by ID (secret omitted).
addappAdd Application
Create a new application under this seller.
delappDelete Application
Permanently delete an application and related data.
renameappRename Application
Change application display name.
pauseappPause Application
Toggle pause state — paused apps reject client init.
refreshsecretRefresh App Secret
Rotate application secret; returns new secret once.
Integrity — Hashes
fetchhashesFetch Hashes
List MD5 file hashes whitelisted for anti-tamper (Hash Check). Same workflow as legacy fetchallhashes integrations.
addhashAdd Application Hash
Add an MD5 hash to the application whitelist so clients with Hash Check enabled can run. Ideal for Discord bot automation after each build.
delhashDelete Application Hash
Remove one hash by row id or by MD5 hash value.
resethashesReset All Hashes
Clear every hash for the application and disable legacy CSV sync.
License Keys
fetchkeysFetch License Keys
List up to 500 license keys for an application.
addkeyCreate License Keys
Generate license keys. Use mask with * for random segments; without * the key is literal (amount must be 1).
delkeyDelete License Key
Delete a license key by ID.
editkeyEdit License Key
Update key note, subscription tier, or duration.
exportkeysExport License Keys
Export all keys with subscription names (no pagination limit).
Users
fetchusersFetch Users
List up to 500 end-users for an application.
banuserBan User
Ban a user by ID.
unbanuserUnban User
Remove ban from user.
resethwidReset HWID
Clear hardware ID lock for a user.
extenduserExtend User Subscription
Add time to a user subscription tier — common Discord bot operation after manual payment.
subtractuserSubtract User Subscription
Remove time from an active subscription (not lifetime).
Subscriptions
fetchsubsFetch Subscriptions
List subscription tiers for an application.
addsubAdd Subscription Tier
Create a new subscription tier.
Sessions
fetchsessionsFetch Sessions
List client sessions. Includes Protocol v2 fields when present: bound_hwid, last_req_at, has_device_key (0/1). Never returns sess_secret or device_pubkey hex.
killsessionKill Session
Force logout a session by session ID.
Blacklist
fetchblackFetch Blacklist
List IP/HWID blacklist entries.
addblackAdd Blacklist Entry
Block an IP or HWID.
delblackDelete Blacklist Entry
Remove blacklist row by ID.
Statistics
Variables
fetchvarsFetch Variables
List application-level variables.
setvarSet Variable
Create or update an application variable.
delvarDelete Variable
Delete variable by ID.
Files
fetchfilesFetch Files
List downloadable file URLs.
addfileAdd File
Add a download URL (SSRF-safe validation).
editfileEdit File
Update file name, URL, auth flag, or enabled state.
delfileDelete File
Remove file entry by ID.
Webhooks
fetchwebhooksFetch Webhooks
List client API webhooks.
addwebhookAdd Webhook
Add client webhook URL.
delwebhookDelete Webhook
Remove webhook by ID.
Discord Alerts
fetchdiscordFetch Discord Alerts
List Discord Alerts custom webhooks (same as Panel → Discord Alerts / apps.discord_channels). Not the legacy webhooks table.
adddiscordAdd Discord Webhook
Create a Discord Alerts custom webhook (name + Discord webhook URL). Enabled + URL receives all server events; SDK never stores the URL.
editdiscordEdit Discord Webhook
Patch name, URL, and/or enabled on a Discord Alerts webhook.
deldiscordDelete Discord Webhook
Remove a Discord Alerts custom webhook by id.
testdiscordTest Discord Webhook
Send a test System Log embed (+ tiny PNG) to the webhook.
discordshotallDiscord Screenshot-All
Toggle attach-screenshot-to-every-alert (same as Panel checkbox).