Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. Production
  • Back to home
  • Changelog
  • v1
  • v2
  • v3
  • v4
  1. Production

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-10-23 17:49:25
Previous
v3
Built with