Authon Documentation
Everything you need to integrate Authon into your application. Full REST API, native SDKs, webhook support, and a complete licensing system.
Getting Started
Set up your first app and make your first API call in under 2 minutes.
API Reference
Full REST API documentation with examples for all endpoints.
C++ SDK
Native C++ SDK with WinHTTP for Windows applications.
C# SDK
C# SDK for .NET applications and Unity projects.
Loader Builder
Build custom loader EXEs directly from the dashboard.
Webhooks
Receive real-time notifications for user and license events.
License System
License types, duration, HWID locking, and management.
SDK Libraries
Native SDKs and integration guides for all major programming languages.
How Authon Works
Authon provides a unified API that handles authentication, licensing, and file distribution for your desktop applications.
Your Application
C++, C#, Python, or any language that can make HTTP requests
Authon API
REST API at api.authon.pro handles all auth & licensing logic
Dashboard
Manage apps, users, licenses, and view logs from the web panel
Quick Example
All client operations use POST /v1 with a JSON body containing the type field.
curl -X POST https://api.authon.pro/v1 \
-H "Content-Type: application/json" \
-d '{
"type": "init",
"appId": "your-app-id",
"apiKey": "your-api-key"
}'{
"success": true,
"message": "App initialized",
"data": {
"name": "My Application",
"version": "1.0.0",
"updateUrl": null
}
}Key Features
License Key Authentication
Generate and validate license keys with expiration and level support
HWID Locking
Bind users to specific hardware to prevent key sharing
Session Management
Track active sessions with heartbeat and concurrent device limits
Server-Side Variables
Store and retrieve variables securely on the server
Encrypted File Distribution
Deliver protected files to authenticated users
Webhook Notifications
Get real-time events pushed to your Discord or server
Blacklist System
Block users by IP, HWID, or username instantly
Reseller System
Allow resellers to generate and sell license keys