Dashboard
0
Applications
0
Licenses
0
Users
0
Chat Messages
0
Active Sessions
Quick Actions
API Integration
# AuthCosmos API Integration
# Python Example
import requests
API_URL = "https://authcosmos.pages.dev/api/v1"
APP_NAME = "YOUR_APP_NAME"
APP_SECRET = "YOUR_APP_SECRET"
def init_session(license_key, hwid):
resp = requests.post(f"{API_URL}/init", json={
"app_name": APP_NAME,
"app_secret": APP_SECRET,
"license_key": license_key,
"hwid": hwid
})
return resp.json()
Applications
| Name | Secret Key | Created | Actions |
|---|
Licenses
| Key | App | User | Type | Status | Expiry | HWID | Actions |
|---|
Users
| Username | Role | Status | Last Login | Actions |
|---|
Live Chat
API Logs
| Time | App | User | Action | IP |
|---|
Plans
| Name | Description | Price | Duration | Features | Actions |
|---|
Subscriptions
| User | Plan | Status | Starts | Expires | Auto Renew |
|---|
Webhooks
| URL | Events | Status | Created | Actions |
|---|
API Keys
| Name | Key | Scopes | Status | Last Used | Actions |
|---|
Audit Logs
| Time | User | Action | Entity | Details | IP |
|---|
Support Tickets
| Subject | User | Status | Priority | Created | Actions |
|---|
Account Settings
Danger Zone
Delete AccountPermanently remove your account