Email and Phone Number Verifier
## Endpoints ### 1. Health Check **GET** `/health` Check if the API is running. **Example Request:** ``` GET /health ``` **Example Response:** ```json { "status": "ok" } ``` --- ### 2. Email Validation **GET** `/validate-email?email={email}` Validates an email address for: - Proper format - Disposable domain check - MX record existence **Query Parameters:** - `email` (required): The email…
Email and Phone Number Verifier endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Email Validation /validate-email |
Validates an email. |
| GET |
Phone Validation /validate-phone |
Validates a phone number. |
Email and Phone Number Verifier pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|