Email Verification
Email verification can contain details such as whether an email is valid/invalid as well as if it's disposable and role based.
Minimum Requirements​
The following table lists the minimum inputs required to make a valid request for an Email Verification Check:
Response | Description |
---|---|
Email Address | Fully formed email address |
Service Request​
To request for an Email Verification, add a EMAIL_VERIFICATION
action to the request body entity PeopleActionsRequest
:
{
"actions": [
{ "action": "EMAIL_VERIFICATION" }
]
}
PeopleActionsRequest
​
Service Response​
As part of the PersonActionsResponse
entity, the property emailVerification
contains the results of the request.
EmailVerificationActionResponse
​
If no Email Verification has been requested, the response is empty.
If an Email Verification has been requested, the following response is available:
Description | ||
---|---|---|
emailVerification | The email address supplied | |
result | The response is based on the status supplied through the Contact Verification Result. |