Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. Tools
  • Back to home
  • v1
  • Clients
    • Licenses
      • Get Licenses
  • Tools
    • Get Subdomains
      GET
    • Mail DNS Checker
      GET
    • Get DNS Information
      GET
  1. Tools

Mail DNS Checker

Obsolete
GET
https://api.ricardoneud.com/v1/tools/mailcheck
This documentation helps you retrieve DNS mail-related information for a given domain. The response contains mail-related DNS record details.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
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

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v1/tools/mailcheck' \
--header 'Domain;' \
--header 'DKIM-Selector;' \
--header 'Authorization: Bearer <token>'
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"
}
Modified at 2025-10-23 17:49:25
Previous
Get Subdomains
Next
Get DNS Information
Built with