email validation

GRATIS CON POSSIBILITร€ DI UPGRADE
Da validation.systems | Aggiornamento a month ago | Tools
Health Check

N/A

README

Api contains one endpoint, that return info about provided email.
By sending GET request, to /{email} endpoint you will receive JSON like this

{
  "status": "ok",
  "email": "some@email.com",
  "is_fake_email": false,
  "is_catch_all_domain": false,
  "email_exists": true
}

Where :

  • email_exists - indicates that email provider knows about {email}
  • is_catch_all_domain - means that it is โ€˜catch-allโ€™ domain, and we canโ€™t say surely if {email} exists
  • is_fake_email - shows if email is hosted on fake email provider
Follower: 30
Risorse:
Sito web del prodotto
Creatore dell'API:
V
validation.systems
validation.systems
Accedi per valutare l'API
Valutazione: 5 - Voti: 1