1. Authentication
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
        POST
      • register
        POST
      • License Login
        POST
      • Forgot Password
        POST
      • OTP Verify
        POST
      • Logout
        POST
      • Change Username
        POST
    • 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. Authentication

License Login

POST
https://authvaultix.com/api/1.0/
Last modified:2026-08-03 11:00:01

Request

Query Params

Responses

🟢200Success
application/json
Bodyapplication/json

🟠400
🟠401
🟠403
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://authvaultix.com/api/1.0/?type=license&key=undefined&sessionid=undefined&name=undefined&ownerid=undefined&hwid=undefined&token=undefined&os=undefined&architecture=undefined&device=undefined&cpu_cores=undefined&ram=undefined&version=undefined'
Response Response Example
200 - Example 1
{
    "success": true,
    "code": 68,
    "message": "Logged in successfully",
    "info": {
        "username": "AVX-9876-5432-1098",
        "subscriptions": [
            {
                "subscription": "VIP Plan",
                "key": "AVX-9876-5432-1098",
                "expiry": "1767225599",
                "timeleft": 2592000
            }
        ],
        "ip": "152.58.135.231",
        "hwid": "58C1-C9C4-385B-62E3",
        "createdate": "2026-08-03 14:30:00",
        "lastlogin": "1754212800"
    },
    "nonce": "9876543210fedcba9876543210fedcba",
    "ownerid": "own_987654321"
}
Modified at 2026-08-03 11:00:01
Previous
register
Next
Forgot Password
Built with