Skip to main content
POST
Email Verification

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Query Parameters

locationId
string
required

Location Id, The email verification charges will be deducted from this location (if rebilling is enabled) / company wallet

Body

application/json
type
enum<string>
required

Email Verification type

Available options:
email,
contact
Example:

"email"

verify
string
required

Email Verification recepient (email address / contactId)

Example:

"abc@xyz.com"

Response

Successful response

result
enum<string>
required

Email verification result

Available options:
deliverable,
undeliverable,
do_not_send,
unknown,
catch_all
Example:

"undeliverable"

risk
enum<string>
required

Risk level of email sending to bounce

Available options:
high,
low,
medium,
unknown
Example:

"low"

address
string
required

Email address

Example:

"abc@xyz.com"

leadconnectorRecomendation
object
required
Example:
reason
string[]

Reason for email verification failure

Example:
Last modified on March 8, 2026