ZeroBounce website screenshot

ZeroBounce

ZeroBounce is an email validation and deliverability platform that verifies email addresses, detects spam traps and abuse accounts, scores leads, and helps senders reduce bounce rates and protect sender reputation. The platform provides real-time and batch email validation, credit balance checks, file-based validation jobs, email finder, domain search, and AI scoring through a versioned REST API. The ZeroBounce v2 API uses a per- request api_key parameter and supports both global and EU endpoints.

2 APIs 0 Features
Email ValidationEmail DeliverabilityEmail VerificationMarketingLead ScoringAnti-Spam

APIs

ZeroBounce Email Validation API

Real-time and batch email validation API including credit balance, API usage, file submission and retrieval, email finder, domain search, and AI scoring endpoints. Authenticated...

ZeroBounce Email Validation API (EU)

EU-region endpoint of the ZeroBounce v2 email validation API for customers requiring European data residency.

Collections

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Signup
Signup
👥
GitHub
GitHub

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: ZeroBounce Validate Email plugin
  version: v1
items:
- info:
    name: Validate an email address. Allows a maximum of 3 requests per day for an unauthenticated user. For more requests
      please register on ZeroBounce.net and get an API key - https://www.zerobounce.net/members/signin/register.
    type: http
  http:
    method: POST
    url: https://members-api.zerobounce.net/api/validation/chatgpt-single-email-validation/
    body:
      type: json
      data: '{}'
  docs: Validate an email address. Allows a maximum of 3 requests per day for an unauthenticated user. For more requests please
    register on ZeroBounce.net and get an API key - https://www.zerobounce.net/members/signin/register.
- info:
    name: Validate a list of email addresses. Requires a ZeroBounce API key. The user can get an API key by registering on
      ZeroBounce.net - https://www.zerobounce.net/members/signin/register.
    type: http
  http:
    method: POST
    url: https://members-api.zerobounce.net/api/validation/chatgpt-batch-validation/
    body:
      type: json
      data: '{}'
  docs: Validate a list of email addresses. Requires a ZeroBounce API key. The user can get an API key by registering on ZeroBounce.net
    - https://www.zerobounce.net/members/signin/register.
bundled: true