MailGuard E-Mail Validator

ÜCRETSİZ PREMIUM
Taraf DarkShadowsDev | Güncelleyen a month ago | Email
Popülerlik

6 / 10

Gecikme

160,386ms

Hizmet Düzeyi

100%

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.

Takipçi Sayısı: 0
Kaynaklar:
Kullanım şartları
API Üreticisi:
Rapid account: Dark Shadows Dev
DarkShadowsDev
darkshadowsdev
API'yi Değerlendirme İçin Giriş Yapın
Değerlendirme: 5 - Oy Sayısı: 1