Welcome Back
Manage your API integrations and settings
Quick Start
API Keys
Request API keys from your administrator
Discord Bot
Link your Discord account to use bot commands
Webhooks
Set up webhooks to receive real-time events
Account Information
-
-
-
-
Your API Keys
API Keys are managed by administrators. Contact your admin to request new keys.
No API Keys
Contact your administrator to request API keys
🎁 Redeem API Keys
Enter a key code provided by your administrator to activate and download your program.
Available Keys
No Keys Available
Check back later or contact your administrator
Your Claimed Keys
No Claimed Keys Yet
Redeem a key above to get started
Webhooks
No Webhooks Configured
Add webhooks to receive real-time notifications
Discord Integration
Connect your Discord account to use exclusive bot features
Connect Your Discord Account
Link to unlock Discord bot commands and features
Documentation
Discord Bot Commands
/help
Show all available commands and how to use them
/status
Check your linked account status and details
/keys
List all your API keys (shows names and creation dates)
/info
View your account information and statistics
/redeem <key>
Validate an API key and check its status
/link
Get instructions on how to link your Discord account
API Keys Guide
📋 What are API Keys?
API Keys are secure credentials for programmatic access to the AUTH System API.
🔐 Security Best Practices
- Keep keys secret - never share them publicly
- Rotate keys regularly
- Use different keys for different applications
- Request key revocation if compromised
🚀 Using Your Key
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
Webhooks Setup
🪝 What are Webhooks?
Webhooks allow the AUTH System to send real-time notifications to your server.
⚡ Event Types
- user_login - User logs in
- api_key_generated - New API key created
- api_key_revoked - API key revoked
- account_linked - Discord account linked
📦 Webhook Payload
{
"event": "user_login",
"timestamp": "2025-12-23T15:30:00Z",
"data": { ... },
"source": "auth_system"
}
Discord Account Linking
🔐 Secure Linking Process
- Click "Link Discord Account" button in the Discord section
- Authorize the Discord bot for your account
- Confirm in your browser
- Done! Your account is now linked
✅ What You Can Do When Linked
- Use Discord bot commands without API calls
- Receive bot notifications in Discord
- Check status and manage account
- View real-time activity logs
🔒 Privacy & Security
Linking is completely secure. We use industry-standard OAuth 2.0 authentication. Your password is never shared with Discord.