Partner API
API for hosting providers to integrate mod installation with UnifiedHytale.
API for hosting providers to integrate mod installation with UnifiedHytale.
Overview
This API enables hosting providers to:
- Browse mods - Show available mods to users in your hosting panel
- Link accounts - Connect user's UnifiedHytale account via OAuth
- Check licenses - Verify which paid mods users own
- Download mods - Install mods directly to servers
Getting Started
Contact support@unifiedhytale.com to become a partner. You'll receive:
- Client ID — Your API key (
uh_partner_xxx) - Client Secret — 96-character hex string for OAuth token exchange
Authentication
Public Endpoints (browse mods)
X-Partner-Key: uh_partner_xxxUser Endpoints (licenses, downloads)
X-Partner-Key: uh_partner_xxx
X-User-Token: uh_oauth_xxxBase URL
https://www.unifiedhytale.com/apiEndpoints
- Projects - Browse and search mods
- User Data - Get connected user info and licenses
- Downloads - Download mod files
- OAuth - Account linking flow
Support
Need help integrating? Contact support@unifiedhytale.com or join our Discord.