ZeroBounce

FREEMIUM
Verified
Durch ZeroBounce | Aktualisiert 25일 전 | Email
Popularität

9.3 / 10

Latenz

469ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

Question regarding sub_status

Rapid account: Hmaniar
hmaniar
5년 전

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년 전

***~~![](


)~~***

Rapid account: Malkobitx
Malkobitx Commented 4년 전

Rapid account: Malkobitx
Malkobitx Commented 4년 전

[](url)

Rapid account: Leeann
leeann Commented 5년 전

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년 전

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

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen