Ricardoneud.com
Website
Website
Discord Community
Community Forum
  1. Changelog
  • 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
  1. Changelog

v4

Changelog v4#

API version v4 introduces improved performance, stronger security, and additional functionality for users. This release focuses on speed, reliability, and user management enhancements.

πŸ†• New Features#

⚑ Rate Limits#

Free Users: 10 requests per minute
Premium Users: 50 requests per minute
Rate limiting ensures fair usage and protects API performance.

πŸ›‘οΈ IP Blocking (Premium Only)#

Premium users can block specific IPs from making requests using your API keys/secrets.
Prevents unauthorized access or abuse of your account.

πŸš€ Improved Performance#

All endpoints now respond faster with optimized processing and query handling.
Reduced latency across domain checks, email validation, and user-related endpoints.

πŸ”§ Enhanced Error Handling#

Clearer and more descriptive error messages.
Standardized error codes for easier debugging and automation.

πŸ‘€ User Login Endpoint#

New user login authentication method for session-based access:
Request Body:
{
  "emailOrUsername": "example@example.com",
  "password": "yourpassword",
  "sendEmail": "true"
}
Response:
{
  "message": "Login successful",
  "userId": 456,
  "secret": "short-lived-secret-token"
}
Tokens are valid 24 hours and are required for subsequent requests.
Legacy API key authentication remains fully supported.

βœ‰οΈ Validate Email Host#

Replaces the old Mail DNS Checker (deprecated).
Checks email domain configuration, DNS records, and whether it's a legitimate mail server.
Ensures more accurate email host validation for modern use cases.

❌ Removed#

Reseller API: removed due to inactivity and lack of usage; system maintenance no longer required.

πŸ”’ Security Enhancements#

Encrypted handling of API keys and secrets.
Stronger authentication mechanisms and session management.
Premium-only IP blocking to protect against misuse.

πŸš€ Future Improvements#

Dashboard integration for login tokens management.
Continued optimization of response times and system reliability.
We’re committed to delivering a fast, secure, and reliable API experience. For questions or support, reach out to our team.
Modified atΒ 2025-08-18 11:29:09
Previous
v3
Next
Get Licenses
Built with