Bento API
Search
⌃K

Email Validation

This endpoint is used to check the validity of a contact based on a few factors including IP, name, user agent, and more. This endpoint defaults to being extremely conservative so be careful.
post
https://app.bentonow.com
/api/v1/experimental/validation
Validate Email
# Example with Faraday
conn = Faraday.new(url: 'https://app.bentonow.com')
conn.basic_auth(publishable_key, secret_key)
conn.post('/api/v1/experimental/[email protected]').body