API Reference
Programmatically manage your Hytale projects, upload new versions, and integrate UnifiedHytale into your development workflow.
Programmatically manage your Hytale projects, upload new versions, and integrate UnifiedHytale into your development workflow.
Authentication
API Tokens
All API requests require authentication using an API token. You can create and manage API tokens from your dashboard.
Authorization: Bearer YOUR_API_TOKENSecurity Best Practices
- Never commit API tokens to version control
- Store tokens securely in environment variables
- Rotate tokens regularly and revoke unused ones
- Use different tokens for different environments (dev, prod)
Base URL
https://www.unifiedhytale.com/api/v1Rate Limits
API requests are currently unlimited, but fair use is expected. We reserve the right to rate limit excessive usage.
Error Codes
| Code | Description |
|---|---|
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid or missing API token |
| 403 | Forbidden - You don't own this resource |
| 404 | Not Found - Resource doesn't exist |
| 500 | Internal Server Error - Something went wrong on our end |
Available Endpoints
- Version Management - List, create, update, and delete versions
- License Verification - Verify license keys from your plugins
Support
Need help? Join our Discord community or contact support.