Single email verification
Check one email address in real time for signup forms, CRMs, lead capture flows, support tools, and enrichment workflows.
Verify single emails, bulk lists, and queued jobs from your product, lead workflow, enrichment pipeline, or internal tool using api.inboxiqo.com.
curl -X POST https://api.inboxiqo.com/v1/email/verify \
-H "X-Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d "{\"email\":\"contact@example.com\",\"tag\":\"crm-import\"}"
Use the same verification engine that powers the InboxIQo web app, with API access for your own systems and partner distribution.
Check one email address in real time for signup forms, CRMs, lead capture flows, support tools, and enrichment workflows.
Submit multiple emails in one request for list cleaning, imports, campaign preparation, and periodic contact hygiene.
Use queued endpoints for larger batches, then poll job progress and download result files when processing is complete.
Add a tag to group results by campaign, import, customer, source, or workflow so reports are easier to filter and export.
InboxIQo returns practical verification categories so your application can route contacts, suppress risky addresses, and protect sender reputation before sending.
Reduce hard bounces before campaigns and automations run.
Detect disposable, risky, catch-all, and unknown addresses.
Use the same result wording across web, direct API, RapidAPI, and Apify workflows.
Unknown results are not charged or are refunded for direct InboxIQo credit usage.
/v1/email/verifyVerify one email address./v1/email/bulkVerify a batch synchronously./v1/email/bulk/jobsCreate a queued bulk verification job./v1/jobs/{jobId}Check queued job progress and counts./v1/jobs/{jobId}/download/{category}.csvDownload filtered CSV results.Generate one active API key from your InboxIQo dashboard and send it with each request.
X-Api-Key: YOUR_API_KEY
For direct InboxIQo usage, one verified email costs one credit. Pay-as-you-go and monthly subscription plans are available.
InboxIQo also supports dedicated wrapper flows for RapidAPI and Apify, while keeping the core verification behavior consistent with the web app and direct API.
Marketplace billing, daily limits, monthly limits, and concurrency rules can be handled separately from direct InboxIQo credits.