Email Validation
Submits an email address to the service to be validated and returns the result of the validation.
post/email/validation/v1
Headers
Reference-Idstring
Optional identifier that will be returned in the response to help you track the request.
Request body
Example request
{
"email": "support@experian.com"
}Response
OK
Example response
{
"transaction_id": "ab123ab1-abc1-1234-abcd-ab1a123a1a12",
"error": {
"title": "Bad Request",
"detail": "The request body was malformed."
},
"result": {
"email": "support@experian.com",
"verbose": "verified, mailboxFull, unreachable"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.