Domain and Email Validation API
* Check a domain for: format validity, MX records, priority, disposable status, and blocking recommendation. * Check an email for: format validity, domain extraction, disposable domain status, MX records, and blocking recommendation.
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Domain and Email Validation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
home__get / |
Home endpoint that returns a simple message indicating the API name and version. |
| GET |
check_domain_check_domain_get /check_domain |
Check a domain for: validity, MX records, priority, disposable status, and blocking recommendation. Args: domain (str): The domain name to check Returns: DomainResponse: A… |
| GET |
health_health_get /health |
Health check endpoint that returns a simple status message. |
| GET |
check_email_check_email_get /check_email |
Check an email for: format validity, domain extraction, disposable domain status, MX records, and blocking recommendation. Args: email (str): The email address to check Returns:… |