MailGuard E-Mail Validator

FREEMIUM
Durch DarkShadowsDev | Aktualisiert 2 months ago | Email
Health Check

N/A

README

Email Validation API

This API provides a service to validate email addresses and retrieve information related to the associated domain. Email validation ensures that the entered emails are valid and safe, and the API retrieves information about the domain for further analysis.

Usage

Validate Email Address

Endpoint: /validate_email

Method: GET

Request Parameters:

  • email (string): The email/domain address to be validated.

Example Request:

{
    "email": "user@domain.com" #You can also use directly the domain
}

Successful Response:

  • Status Code: 200 OK
  • Response Body:
{
    "email": "user@domain.com",
    "validation": true,
"status":{
    "is_valid":true,
    "reason": "Server is Online"
}
    "info_mx": {
        "domain": "domain.com",
         "mx_host":"mai.domain.com."
        "mx_ip":"0.0.0.0"
        "priority":100
    }
}

Error Response:

  • Status Code: 400 Bad Request
  • Response Body:
{
    "error": "Invalid domain"
}

Description

  • email: The email/domain address provided for validation.
  • is_valid: A boolean value indicating if the email address is valid.
  • info_mx: Information related to the domain associated with the email.

Note: The endpoint accepts either an email address or a domain. If a domain is provided, it will be validated as well.

Follower: 0
Ressourcen:
Nutzungsbedingungen
API-Ersteller:
Rapid account: Dark Shadows Dev
DarkShadowsDev
darkshadowsdev
Melden Sie sich bei Rate API an
Bewertung: 5 - Stimmen: 1