1. App
Authvaultix
  • Getting Started
  • Overview
    • Security Practices
    • SDK & Code Examples
    • ? QnA
    • rate limiting
  • Dashboard
    • Manage Applications
    • Account Settings
      • Settings
      • Billing History
      • Login History
      • Notifications
      • Keyboard Shortcuts
      • Preferences
      • Forms
      • Bug Bounty
    • Seller
      • Team Member
      • Seller Keys
      • Seller Logs
    • App
      • Licenses
      • Users
      • Token
      • Subscriptions
      • Chats
      • Sessions
      • Webhook
      • Files
      • Global Variables
      • User Variables
      • Logs
      • Blacklists
      • Whitelists
      • Audit Logs
      • Web Loader
      • Tamper Log
  • API
    • initialization
      • init
    • Authentication
      • Login
      • register
      • License Login
      • Forgot Password
      • OTP Verify
      • Logout
      • Change Username
    • Sessions
      • Session Check
      • Fetch Online
    • Licensing
      • Upgrade Access
    • Users
      • Get User Variable
      • Set User Variable
      • Global Variable
      • Ban User
      • Check Blacklist
    • Files
      • Download File
    • Chat
      • Send Message
      • Fetch Messages
    • Webhooks
      • Webhook
    • Security
      • Tamper Detection
  • Seller API
    • Seller Key
      • Validate Seller Key
    • Users
      • Add HWID To Existing User
      • Create User
  1. App

Global Variables

The Global Variables page gives you full control over storing remote server-side key-value configuration data and delivering dynamic updates to client applications.

What are Global Variables?#

Global Variables are remote strings or JSON payloads stored on the AuthVaultix server. Client software retrieves these variables dynamically through the /api/1.0/var API endpoint.
This feature allows developers to update application settings, API URLs, software version numbers, or dynamic feature flags without recompiling the binary.

Creating a Global Variable (createModal)#

To create a new global variable, click the New Variable button:
Parameter FieldDescriptionExample
Variable KeyA unique identifier string for the variable.api_endpoint
Variable ValueThe data payload stored for the variable.https://api.domain.com/v2
Authenticated AccessFetch permission toggle (True / False).True (Session required)
Expiry DateOptional expiration date/time for the variable.2026-12-31 23:59
Group / Color LabelA group name and color code used for categorization.Server Configs

Access Permission Modes#

Authenticated Access = True: A valid logged-in session ID is required on the client to fetch the variable.
Authenticated Access = False: The variable is open for public access and can be fetched without a login session.

Variable Operations & Grouping#

Edit Variable: Update the key name, data value, authentication toggle, or expiry timestamp.
Delete Variable: Remove an individual variable entry.
Group Management: Organize variables into custom group tabs.
Bulk Operations: Move multiple selected variables from one group to another or delete them in bulk.
Modified at 2026-07-31 17:39:10
Previous
Files
Next
User Variables
Built with