Ricardoneud.com
Website
Website
Discord Community
Community Forum
    • Home
    • Frequently Asked Questions
    • Api
      • User Login
      • Changelog
        • v1
        • v2
        • v3
        • v4
      • v1
        • Clients
          • Licenses
            • Get Licenses
        • Tools
          • Get Subdomains
          • Mail DNS Checker
          • Get DNS Information
      • v2
        • Clients
          • Licenses
            • Get Licenses
        • Games
          • Minecraft
            • Get Minecraft Server
        • Reseller
          • Licenses
            • Check License
            • Generate License
            • Update License
            • Delete License
        • Tools
          • Get Subdomains
          • Mail DNS Checker
          • Get DNS Information
      • v3
        • Games
          • Minecraft
            • Get Minecraft Server
          • Fivem
            • Get Fivem Server
        • Reseller
          • Licenses
            • Check License
            • Generate License
            • Update License
            • Delete License
        • Tools
          • Get Subdomains
          • Mail DNS Checker
          • Get Domain Information
          • Get DNS Information
        • User Login
      • v4
        • Games
          • Minecraft
            • Get Minecraft Server
        • Tools
          • Get DNS Information
          • Get Domain Information
          • Mail DNS Checker
          • Validate Email Host
          • Get Subdomains
          • Geo IP
        • User Login
          • Create Secret
          • Revoke Secret
      • Oauth2
        • Access Token
          POST
        • Read Profile
          GET
    • 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
      • Billing Portals
        • Paymenter
          • Extensions
            • Discord Linked Roles
              • Installation
              • Setting Up
            • CyberPanel
              • Installation
              • Setting Up
            • NeudAuth
              • Installation
              • Setting Up
        • WHMCS
          • Extensions
            • Installation
              • Ticket Spam Checker
              • Chatwoot Livechat
    • ProbeCore
      • Introduction
      • Self Hosting
        • Installation
          • VPS Installation
          • Pterodactyl Installation

    Home

    Welcome to Ricardoneud.com#

    Welcome to the official documentation portal of Ricardoneud.com — your centralized hub for API usage, sandbox testing, and product integration.

    What You’ll Find Here#

    Production API Docs (Base URL: https://api.ricardoneud.com)
    Live Endpoint Testing from within the documentation
    Product Guides and integration instructions for available services

    #

    API Overview#

    Ricardoneud.com's API provides both HTTPS/REST endpoints and persistent WebSocket connections for real-time events.

    API Versioning#

    VersionStatusDefault
    v1Discontinued
    v2Discontinued
    v3Discontinued
    v4Available✓
    Omitting the version defaults to the current stable version (v4).

    Authentication Methods#

    Access to the API supports two authentication methods:

    Legacy Method: API Key Authentication#

    1.
    Login at Ricardoneud.com
    2.
    Navigate to Dashboard → API Keys
    3.
    Click the Create API Key button
    4.
    In the modal that appears:
    Enter a descriptive name for your API key
    Configure the desired permissions
    Set the state to Production using the environment selector
    5.
    Click Generate
    6.
    Done! Your API key is now created
    Example UI:
    API Key Creation UI

    Usage#

    Use the API Key in the authorization header of subsequent requests:
    This method remains fully supported and compatible with all API versions.

    Current Method (v3+): User Login Authentication#

    Don't share your screen or take screenshots while your password is in the request body!
    Since version 3, you can also authenticate using the user login endpoint:
    POST https://api.ricardoneud.com/v{version_number}/user/login
    A successful login returns a JSON response containing a secret token:
    {
      "message": "Login successful",
      "userId": 123,
      "userEmail": "user@example.com",
      "secret": "UmljYXJkb05ldWQuQXBpQ29ubmVjdC0xYTJiM2M0ZDVlNmY3Zzho"
    }
    Use the returned secret token in the headers with Basic authentication format for subsequent API requests:
    For detailed request and response specifications of the login endpoint, Read More:

    API Base URLs#

    EnvironmentBase URLCurrent Version
    Productionhttps://api.ricardoneud.comv4 (stable)
    Use versioned endpoints for consistency:
    https://api.ricardoneud.com/v4/...

    Start Testing#

    All API endpoints can be tested live inside this documentation. Whether you're working in production, you'll benefit from:
    Real-time response previews
    Error handling simulation
    WebSocket event testing (where supported)
    Modified at 2025-08-19 13:47:51
    Next
    Frequently Asked Questions
    Built with