Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. SDK
  • Getting Started
    • Introduction
    • Firewall
  • Custom Domains
    • Introduction
    • API
  • SDK
    • Javascript
    • PHP
    • Python
  • Products
    • Next.js Docs Template
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • Game Panels
      • Pterodactyl
        • Eggs
          • Installation
            • Next.js Egg
        • Extensions
          • Installation
            • Pterodactyl Livechat
      • Pelican
        • Eggs
          • Installation
            • Next.js Egg
    • Donate Me
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • LicenseForge
      • Installation
        • VPS Installation
        • Webhost Installation
      • API
        • Check License
    • Billing Portals
      • WHMCS
        • Extensions
          • Installation
            • Ticket Spam Checker
            • Chatwoot Livechat
    • ProbeCore
      • Introduction
      • Self Hosting
        • Installation
          • VPS Installation
          • Pterodactyl Installation
    • Other
      • Drako Bot
        • Addons
          • Installation
            • SmartResponse Addon
  1. SDK

Python

⚠️ Important: Always verify which endpoints are available in which version. Not all endpoints exist in every version, and some features are only available from v3 and above. Make sure your project uses a supported API version.

Installation#

Initialization#

The client can be initialized with either an API Key or a Secret token:

Changing Version#

Authentication#

API Key#

1.
Log in at Ricardoneud.com
2.
Go to Dashboard → API Keys
3.
Click Create API Key, configure permissions, and set environment to Production.
4.
Use the API Key in your client:

Secret Token (Login-based)#

Short-lived tokens provide session-based access (valid for 24 hours).
You can revoke tokens when needed:

Core Modules#

Games#

Tools#

Mail verification:

Reseller#

User#

OAuth2#

Request Handling#

All HTTP requests are handled internally with requests, including error handling. Every method returns a Python dictionary.

Type Hinting Support#

The SDK is fully typed with Python type hints and is compatible with modern IDEs such as PyCharm and VS Code.

Notes#

You must provide either an API Key or a Secret token.
Secret tokens expire after 24 hours and are visible in your dashboard.
API Key and Secret are mutually exclusive; setting one clears the other.
Always check the supported API version to ensure endpoint compatibility.
Modified at 2025-10-23 17:49:25
Previous
PHP
Next
VPS Installation
Built with