Ricardoneud.com
Website
Website
Discord Community
Community Forum
  1. Tools
  • 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
        • Get Domain Information
          GET
        • Mail DNS Checker
          GET
        • Validate Email Host
          POST
        • Get Subdomains
          GET
        • Geo IP
          GET
      • User Login
        • Create Secret
          POST
        • Revoke Secret
          DELETE
    • 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. Tools

Mail DNS Checker

Obsolete
GET
https://api.ricardoneud.com/v4/tools/mailcheck
Maintainer:Ricardoneud.com
This documentation helps you retrieve DNS mail-related information for a given domain. The response contains mail-related DNS record details.
Deprecated Notice
This API Endpoint is currently deprecated. There is a new version available. This API will also disappear in v5 and this docs will no longer be updated. Click on me to go to the new version of the endpoint.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v4/tools/mailcheck' \
--header 'X-Domain;' \
--header 'X-DKIM-Selector;' \
--header 'Basic;'
Response Response Example
{
    "domain": "example.com",
    "spf": "v=spf1 -all",
    "dmarc": "v=DMARC1;p=reject;sp=reject;adkim=s;aspf=s",
    "dkim": "Valid DKIM record found for selector x._domainkey: v=DKIM1; p=",
    "mx": "(priority 0)",
    "ptr": "a23-192-228-84.deploy.static.akamaitechnologies.com",
    "bimi": "BIMI record missing or invalid",
    "google_verification": "Domain is not verified by Google"
}

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
API Key
Add parameter in header
Basic
Example:
Basic: ********************
or
Header Params

Responses

🟢200Success
application/json

Fields in the Response:

domain: The domain that the DNS records belong to.
spf: The SPF record for the domain.
dmarc: The DMARC policy for the domain.
dkim: The DKIM record status for the domain and selector.
mx: The mail exchange record for the domain.
ptr: The PTR record (reverse DNS) for the domain.
bimi: The BIMI record status.
google_verification: Google domain verification status.
Body

Modified at 2025-08-20 18:08:46
Previous
Get Domain Information
Next
Validate Email Host
Built with