Email Verification
POST/email/verify
Verify Email
Request
Version stringrequired
API Version
Available options
2021-04-15locationId stringrequired
Location Id, The email verification charges will be deducted from this location (if rebilling is enabled) / company wallet
- application/json
- Body
- Example (auto)
Bodyrequired
typestringrequired
Email Verification type
Available options
emailcontactverifystringrequired
Email Verification recepient (email address / contactId)
{
"type": "email",
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
- oneOf
- EmailVerifiedResponseDto
- EmailNotVerifiedResponseDto
reasonstring[]
Reason for email verification failure
resultstringrequired
Email verification result
Available options
deliverableundeliverabledo_not_sendunknowncatch_allriskstringrequired
Risk level of email sending to bounce
Available options
highlowmediumunknownaddressstringrequired
Email address
leadconnectorRecomendationobjectrequireddeprecated
Lead Connector email verification recomendation
{
"reason": [
"mailbox_does_not_exist"
],
"result": "undeliverable",
"risk": "low",
}