Use MillionVerifier to verify an email and check remaining verification credits. Results classify the address as ok, catch-all, unknown, invalid, disposable, or unverified, with role-account and free-provider flags.
Usage Instructions
Integrate MillionVerifier to verify email deliverability in real time — classify addresses as valid, invalid, catch-all, disposable, or unknown — and check your remaining verification credits.
Actions
MillionVerifier Verify Email
Verify the deliverability of an email address. Uses one verification credit.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Email address to verify (e.g., john@example.com) |
apiKey | string | Yes | MillionVerifier API Key |
Output
| Parameter | Type | Description |
|---|---|---|
email | string | The verified email address |
status | string | Verification status (valid, invalid, catch_all, disposable, unknown, unverified) |
deliverable | boolean | Whether the email is valid and safe to send |
freeEmail | boolean | Whether the address is on a free email provider |
roleAccount | boolean | Whether the address is a role account (e.g., info@, sales@) |
didYouMean | string | Suggested correction for a likely typo |
subResult | string | Additional MillionVerifier classification detail |
MillionVerifier Get Credits
Retrieve the remaining verification credits for the authenticated account.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | MillionVerifier API Key |
Output
| Parameter | Type | Description |
|---|---|---|
credits | number | Remaining verification credits |