EmailVerify.io API Collection
Explore, test, and integrate the EmailVerify.io API using our official Postman collection. Validate emails, find professional contacts, and check your account balance in minutes.
100 free credits • No credit card required
Get Running in 4 Simple Steps
Follow these steps to connect the EmailVerify.io Postman collection and start making API calls.
Create Your Account
Go to app.emailverify.io and click Sign Up to create a new account, or Sign In if you already have one.
Sign Up FreeGenerate Your API Key
After signing in, navigate to the API Setup page. Click Generate New API Key, give it a name, and copy it.
Go to API SetupAdd Your API Key to the Collection
In Postman, open this collection and go to the Variables tab. Replace YOUR_API_KEY_HERE with the key you just generated.
YOUR_API_KEY_HERE
Run Your First Request
Start with Check Account Balance to confirm your key works, then move on to Single Email Validation, Bulk Verification, or Email Finder.
Base URL
All endpoints share the same base URL. Pass your API key as the key query parameter on every request.
https://app.emailverify.io/api/v1
What's Inside This Collection
Single Email Validation
$ curl --location 'https://app.emailverify.io/api/v1/[email protected]'
Validate a single email address in real-time with 99% accuracy.
{ "status": "valid", "sub_status": "permitted", "account": "test", "domain": "example.com" }
Find Single Email
$ curl --location 'https://app.emailverify.io/api/v1/finder?key=YOUR_API_KEY&name=John%20Smith&domain=example.com'
Find a professional email address using a person's name and company domain.
{ "email": "[email protected]", "status": "found" }
Bulk Email Verification
$ curl --location 'https://app.emailverify.io/api/v1/bulk-validate?key=YOUR_KEY' \ --header 'Content-Type: application/json' \ --data '{"emails": ["[email protected]", "[email protected]"]}'
Verify large lists of email addresses asynchronously. Perfect for high-volume verification.
{ "job_id": "bulk_9a8b7c6d5e", "status": "processing", "estimated_time": "2 minutes" }
Check Account Balance
$ curl --location 'https://app.emailverify.io/api/v1/check-account-balance/?key=YOUR_API_KEY'
Check your remaining credits, daily limit, and referral credits.
{ "api_status": "enabled", "daily_credits_limit": 1000, "remaining_credits": 850 }
Email Statuses
The table below summarizes the possible statuses your emails may receive and what they mean.
"valid"
The email exists and is deliverable.
"invalid"
The email does not exist or cannot receive mail.
"risky"
The email may exist but carries a high bounce risk.
"disposable"
Belongs to a known temporary or throwaway service.
"catch-all"
Domain accepts all emails; individual mailbox unconfirmed.
"unknown"
Could not be classified due to server limitations.
Sub-Statuses & Result Codes
To give you deeper insight, emailverify.io provides sub-statuses for every verification.
permitted
valid
role-based
risky
spam-trap
invalid
bounce
invalid
disposable
risky
catch_all
risky
syntax_error
invalid
no_mx
invalid
blacklisted
invalid
unknown
unknown
Frequently Asked Questions
How do I connect EmailVerify.io with Postman?
Can I use the Postman API to find professional email addresses?
How do I check my remaining credits via Postman?
Does the Postman API support real-time SMTP validation?
Where can I find the official Postman documentation and collection?
You're just one click away from clean email lists.
Start verifying your email addresses instantly and improve your campaign deliverability
* No credit card required