Getting Started

Core Concepts

Owner, app, sessions, subscriptions, HWID/SID, and security primitives.

Core Concepts

Owner and App
All data is scoped under owner_id and app_name.
Session
A session_id is created by Init() and used by most routes.
User
Users authenticate with username/password and can be linked to a license key.
License
Licenses can be used for registration and can have subscription + expiry + state (paused/banned).
Subscription
Subscriptions have a name and a numeric level for easy gating.
HWID/SID
On Windows we use SID as the system identifier (shown as HWID/SID in UI).
Response Messages
Many API error messages are customizable per app (Init/Auth/General categories). System-only errors are not editable.