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

register

POST
https://authvaultix.com/api/1.0/
Last modified:2026-08-03 10:59:47
Log into the application using a username and password.

Request

Query Params

Responses

🟢200
application/json
Bodyapplication/json

🟠400
🟠401
🟠403
🟠409
🟠429
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://authvaultix.com/api/1.0/?type=register&username=undefined&pass=undefined&key=undefined&sessionid=undefined&name=undefined&ownerid=undefined&email=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": "Registered successfully",
  "info": {
    "username": "luffy",
    "subscriptions": [
      {
        "subscription": "VIP Plan",
        "key": "AVX-9876-5432-1098",
        "expiry": "1767225599",
        "timeleft": 2592000
      }
    ],
    "ip": "152.58.135.231",
    "hwid": "58C1-C9C4-385B-62E3",
    "createdate": "1754212800",
    "lastlogin": "1754212800"
  },
  "permissions": [
    "VIP"
  ],
  "nonce": "9876543210fedcba9876543210fedcba",
  "ownerid": "h5g4d8r1e2"
}
Modified at 2026-08-03 10:59:47
Previous
Login
Next
License Login
Built with