Docs
BriteVerify
![]()
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.
BriteVerify
![]()
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",
"catchall_domain": true,
"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.
BriteVerify’s bulk validator is the equivalent of ZeroBounce’s batch validator.
BriteVerify
![]()
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",
"catchall_domain": false,
"firstname": "zero",
"lastname": "bounce",
"gender": "male",
"country": null,
"region": null,
"city": null,
"zipcode": null,
"processed_at": "2020-09-17 17:43:11.829"
}]}