email verifier pro
Verify Single or Multiple Emails (Synchronous) URL: /verify Method: POST POST Request: Accepts a JSON payload containing a list of email addresses. Returns the validation status of each email. Request Body (JSON): { "emails": [ "[email protected]", "[email protected]" ] } Response:json { "[email protected]": true, "[email protected]": false } true means the email is valid; false means it is…
email verifier pro endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
verify /verify |
Verify Single or Multiple Emails (Synchronous) URL: /verify Method: POST or GET POST Request: Accepts a JSON payload containing a list of email addresses. Returns the validation… |
email verifier pro pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $70 / month | — |
|