Email & Phone Validator
REST API in PHP + Laravel that robustly validates email addresses: ✅ Checks the syntax (format) ✅ Verifies the domain's MX records ✅ Attempts SMTP validation (if the server allows it)
8 subscribers
2 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Email & Phone Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Validate phone /api/validate/phone |
Format check: Validates phone numbers against international standards (supports optional `+` and 7-15 digits). |
| POST |
Validate email /api/validate/email |
- Syntax check: Validates the email format according to standard rules. - MX record check: Verifies if the domain has valid MX (mail exchange) DNS records. - SMTP check: Attempts… |
Email & Phone Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|