Python
You can find the ZeroBounce Python API on our GitHub - Python API
To see the example, please select Python on the right-column.
fromzerobounce importZeroBounceAPI zba =ZeroBounceAPI('yourapikey____________')printzba.get_credits()printzba.validate('username@example.com')printzba.validatewithip('username@example.com')