Email Verification
POST/email/verify
Verify Email
Request
Version stringrequired
API Version
Available options
v3locationId 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
- EmailVerifiedV3ResponseDto
- EmailNotVerifiedResponseDto
- LeadConnectorRecommendationDto
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
leadConnectorRecommendationobject
Lead Connector email verification recommendation
{
"reason": [
"mailbox_does_not_exist"
],
"result": "undeliverable",
"risk": "low",
"leadConnectorRecommendation": {
"isEmailValid": false
}
}