ZeroBounce

FREEMIUM
Verified
By ZeroBounce | Updated 13 days ago | Email
Popularity

9.2 / 10

Latency

493ms

Service Level

100%

Health Check

N/A

Back to All Discussions

Question regarding sub_status

Rapid account: Hmaniar
hmaniar
5 years ago

I’m trying to incorporate the API to pull the sub_status (i.e. rolebased, rolebasedcatchall, etc) as well as the status (i.e. valid, invalid, unknown, etc). However, I’m running into difficulty incorporating it.

=GET (“https://zerobounce1.p.rapidapi.com/v2/validate",“status”,“sub_status”,“apikey”,“ip_address”,“0”,"email”,cell)
is this the correct formula for me to get that result?

Rapid account: Malkobitx
Malkobitx Commented 4 years ago

***~~![](


)~~***

Rapid account: Malkobitx
Malkobitx Commented 4 years ago

Rapid account: Malkobitx
Malkobitx Commented 4 years ago

[](url)

Rapid account: Leeann
leeann Commented 5 years ago

Hi Hmaniar,

The correct formula is the one shown below, the ip_address cannot be left blank, you can insert a “0” or the IP address.

(“https://zerobounce1.p.rapidapi.com/v2/validate?ip_address=0&email=example@email.com”)

The response will include the sub-status like below;

“address”:"testemail@gmail.com"
“status”:“valid”
“sub_status”:""
“free_email”:true
"did_you_mean":NULL
"account":“testaccount”
“domain”:“gmail.com
“domain_age_days”:“8692"
“smtp_provider”:“google”
“mx_found”:“true”
“mx_record”:“gmail-smtp-in.l.google.com
“firstname”:NULL
"lastname”:NULL
"gender":NULL
"country":NULL
"region":NULL
"city":NULL
"zipcode":NULL
"processed_at":“2019-05-30 15:34:13.824”

Please let me know if I can help with anything else.

Rapid account: Kenxknee
kenxknee Commented 5 years ago

Hi hmaniar, what language are you are using to get the information?

Join in the discussion - add comment below:

Login / Signup to post new comments