Skip to main content
POST
Validate an email address

Authorizations

x-api-key
string
header
required

Body

application/json
email
string<email>
required
Example:

"test@example.com"

Response

Successfully validated email

email
string
Example:

"test@example.com"

status
enum<string>
Available options:
deliverable,
risky,
undeliverable
Example:

"deliverable"

score
integer
Required range: 0 <= x <= 100
Example:

85

syntax_error
boolean
Example:

false

gibberish
boolean
Example:

false

role
boolean
Example:

false

did_you_mean
string | null
Example:

"test@google.com"

disposable
boolean
Example:

false

domain_status
string
Example:

"active"

mx_record
boolean
Example:

true

workspace_id
string
Example:

"abc123"