ZeroBounce Logo

Docs

Language Icon
  • Sign In
  • Sign Up Free

Languages

ZeroBounce ImageGetting Started
ZeroBounce ImageEmail List Validation
ZeroBounce ImageA.I. Email Scoring
ZeroBounce ImageEmail Finder
ZeroBounce ImageDomain Search
ZeroBounce ImageActivity Data
ZeroBounce ImageMulti-file upload
ZeroBounce ImageIntegrations
ZeroBounce ImageUsage Reports
ZeroBounce ImageYour ZeroBounce Account
ZeroBounce ImageEmail Validation API
ZeroBounce ImageEmail Finder API
ZeroBounce ImageDomain Search API
ZeroBounce ImageA.I. Scoring API
ZeroBounce ImageActivity Data API
ZeroBounce ImageList Evaluator API
ZeroBounce ImageApi Dashboard
ZeroBounce ImageAPI Wrappers
ZeroBounce ImageAPI Migration
ZeroBounce ImageEmailListVerify.com
ZeroBounce ImageNeverBounce
ZeroBounce ImageKickbox
ZeroBounce ImageBriteVerify
ZeroBounce ImageEmailable
ZeroBounce ImageValidate/Verify a single email address
ZeroBounce ImageBatch email validator
ZeroBounce ImageAccount information / Get Credits
ZeroBounce ImageFAQ
ZeroBounce ImageSecuring Your Account
ZeroBounce ImageAbout ZeroBounce
ZeroBounce ImageDeliverability Tools
ZeroBounce ImageStatus Page
  • Email Validation Homepage
  • Separator
  • Docs
  • Separator
  • API Migration
  • Separator
  • Emailable
API Migration

Emailable

Validate/Verify a single email address

  • Emailable

    ZeroBounce Logo

  • URL

    GET

    https://api.emailable.com/v1/verify

    GET

    API DEFAULT URL:
    https://api.zerobounce.net/v2/validate

    API U.S.A. URL*:
    https://api-us.zerobounce.net/v2/validate

    API EU URL:
    https://api-eu.zerobounce.net/v2/validate

  • Request

    Params
    • apikey
    • email
    • smtp
    • accept_all

    • timeout

    Params
    • api_key
    • email_batch
    • ip_address

  • Response

    Response example:

    {
    "accept_all": null,
    "did_you_mean": null,
    "disposable": false,
    "domain": "gmail.com",
    "duration": 0.493,
    "email": "john.smith@gmail.com",
    "first_name": "John",
    "free": true,
    "full_name": "John Smith",
    "gender": "male",
    "last_name": "Smith",
    "mailbox_full": false,
    "mx_record": "aspmx.l.google.com",
    "no_reply": false,
    "reason": "accepted_email",
    "role": false,
    "score": 100,
    "smtp_provider": "google",
    "state": "deliverable",
    "tag": null,
    "user": "john.smith"
    }

    Response example:
    "address": "YourEmail",
    "status": "catch-all",
    "sub_status": "",
    "free_email": false,
    "did_you_mean": null,
    "account": "youremail",
    "domain": "domain.com",
    "domain_age_days": "11750",
    "smtp_provider": "******",
    "mx_found": "true",
    "mx_record": "mxa-0*****.gslb.*****ed.com",
    "firstname": null,
    "lastname": null,
    "gender": null,
    "country": null,
    "region": null,
    "city": null,
    "zipcode": null,
    "processed_at": "2023-07-20 17:10:08.083"

HTTP request

ZeroBounce:

API DEFAULT URL:https://api.zerobounce.net/v2/validate?api_key=ReplaceWithYourApiKey&email=ReplaceWithYours

API U.S.A. URL*:https://api-us.zerobounce.net/v2/validate?api_key=ReplaceWithYourApiKey&email=ReplaceWithYours

API EU URL: https://api-eu.zerobounce.net/v2/validate?api_key=ReplaceWithYourApiKey&email=ReplaceWithYours

HTTP request
Emailable: https://api.emailable.com/v1/verify?email=ReplaceWithYours&api_key=ReplaceWithYours

*This endpoint uses servers located within the United States. By utilizing this endpoint, you acknowledge and consent to your data being processed on servers in the United States.

Batch email validator

  • Emailable

    ZeroBounce Logo

  • URL

    PUT

    https://api.emailable.com/v1/batch

    POST

    https://api.zerobounce.net/v2/validatebatch
    https://api-us.zerobounce.net/v2/validatebatch
    https://api-eu.zerobounce.net/v2/validatebatch

  • Request

    Params
    • api_key
    • emails
    • url
    • response_fields
    • retries
    • simulate

    Params
    • api_key
    • email_batch

  • Response

    Example of successful response:
    {
    "message": "Batch successfully created.",
    "id": "YourJobId"
    }

    Example of successful response:
    {"email_batch": [{
    "address": "valid@example.com",
    "status": "valid",
    "sub_status": "",
    "free_email": false,
    "did_you_mean": null,
    "account": null,
    "domain": null,
    "domain_age_days": "9692",
    "smtp_provider": "example",
    "mx_found": "true",
    "mx_record": "mx.example.com",
    "firstname": "zero",
    "lastname": "bounce",
    "gender": "male",
    "country": null,
    "region": null,
    "city": null,
    "zipcode": null,
    "processed_at": "2020-09-17 17:43:11.829"
    }]}

The ZeroBounce Validate Batch endpoint allows you to validate batches of up to 200 emails simultaneously. To validate more you can use the Bulk email validator.

Account information / Get Credits

  • Emailable

    ZeroBounce Logo

  • URL

    GET

    https://api.emailable.com/v1/account

    GET

    API DEFAULT URL:
    https://api.zerobounce.net/v2/getcredits

    API U.S.A. URL*:
    https://api-us.zerobounce.net/v2/getcredits

  • Request

    Params
    • api_key

    Params
    • api_key

  • Response

    Example of successful response:
    {
    "owner_email": "john@smith.com",
    "available_credits": "1337"
    }

    Example of successful response:
    {
    "Credits": "1752",
    }

HTTP request

ZeroBounce:

API DEFAULT URL: https://api.zerobounce.net/v2/getcredits?api_key=ReplaceWithYourApiKey

API U.S.A. URL*:https://api-us.zerobounce.net/v2/getcredits?api_key=ReplaceWithYourApiKey

HTTP request
Emailable: https://api.emailable.com/v1/account?api_key=ReplaceWithYours

*This endpoint uses servers located within the United States. By utilizing this endpoint, you acknowledge and consent to your data being processed on servers in the United States.