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 ImageAccount information / Get Credits
ZeroBounce ImageValidate/Verify a single email address
ZeroBounce ImageBulk validator / Batch validator
ZeroBounce ImageEmailable
ZeroBounce ImageFAQ
ZeroBounce ImageSecuring Your Account
ZeroBounce ImageAbout ZeroBounce
ZeroBounce ImageDeliverability Tools
ZeroBounce ImageStatus Page
  • Email Validation Homepage
  • Separator
  • Docs
  • Separator
  • API Migration
  • Separator
  • BriteVerify
API Migration

BriteVerify

Account information / Get Credits

  • BriteVerify

    ZeroBounce Logo

  • URL

    GET

    https://bulk-api.briteverify.com/api/v3/accounts/credits

    GET

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

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

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

  • Request

    Content-Type application/json

    Authorization ApiKey

    Params
    • api_key

  • Response

    Example of successful response:

    {
    "credits": 2165,
    "credits_in_reserve": 500,
    "recorded_on": "2021-07-27T21:10:10.000+0000"
    }

    Example of successful response:

    {
    "Credits": "1752"
    }

*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.

Validate/Verify a single email address

  • BriteVerify

    ZeroBounce Logo

  • URL

    POST

    https://bpi.briteverify.com/api/public/v1/fullverify

    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.zerobounce.net/v2/validate

  • Request

    Content-Type application/json

    Authorization ApiKey

    • api_key
    • email
    • ip_address

  • Response

    Response example:

    {
    "email": { "address": "Example@example.com", "account": "Example", "domain": "example.com", "status": "valid", "connected": null, "disposable": false, "role_address": true },
    "duration": 0.035602396
    }

    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"

*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.

Bulk validator / Batch validator

BriteVerify’s bulk validator is the equivalent of ZeroBounce’s batch validator.

  • BriteVerify

    ZeroBounce Logo

  • URL

    POST

    https://bulk-api.briteverify.com/api/v3/lists

    POST

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

  • Request

    Params

    • apikey
    Headers
    • Authorization
    • Content-Type

    Params
    • api_key
    • email_batch

  • Response

    Example of successful response:
    {
    "status": "success",
    "message": "created new list",
    "list": { "id": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", "state": "open", "total_verified": 0, "total_verified_emails": 0, "total_verified_phones": 0, "page_count": 0, "progress": 0, "created_at": "08-10-2021 04:03 pm", "expiration_date": null, "results_path": null }
    }

    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"
    }]}