Developer API Documentation
Search…
Getting Started
Multi-Query Example
API v1 — Fetch Endpoint
Subscribers
Tags
Fields
Commands
Form Responses
API V1 - Batch Endpoint
Subscribers
Events
📧
Programmatic Broadcasts
API V1 (Experimental)
Email Validation
Gender
Geolocation
Blacklist
Powered By
GitBook
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
1
# Example with Faraday
2
conn
=
Faraday
.
new
(
url
:
'https://app.bentonow.com'
)
3
conn
.
basic_auth
(
publishable_key
,
secret_key
)
4
conn
.
post
(
'/api/v1/experimental/
[email protected]
'
).
body
Copied!
API V1 - Batch Endpoint - Previous
Programmatic Broadcasts
Next - API V1 (Experimental)
Gender
Last modified
9mo ago
Copy link