GetEmailAddressInsights - Amazon Simple Email Service

GetEmailAddressInsights

Provides validation insights about a specific email address, including syntax validation, DNS record checks, mailbox existence, and other deliverability factors.

Request Syntax

POST /v2/email/email-address-insights/ HTTP/1.1 Content-type: application/json { "EmailAddress": "string" }

URI Request Parameters

The request does not use any URI parameters.

Request Body

The request accepts the following data in JSON format.

EmailAddress

The email address to analyze for validation insights.

Type: String

Required: Yes

Response Syntax

HTTP/1.1 200 Content-type: application/json { "MailboxValidation": { "Evaluations": { "HasValidDnsRecords": { "ConfidenceVerdict": "string" }, "HasValidSyntax": { "ConfidenceVerdict": "string" }, "IsDisposable": { "ConfidenceVerdict": "string" }, "IsRandomInput": { "ConfidenceVerdict": "string" }, "IsRoleAddress": { "ConfidenceVerdict": "string" }, "MailboxExists": { "ConfidenceVerdict": "string" } }, "IsValid": { "ConfidenceVerdict": "string" } } }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

MailboxValidation

Detailed validation results for the email address.

Type: MailboxValidation object

Errors

For information about the errors that are common to all actions, see Common Errors.

BadRequestException

The input you provided is invalid.

HTTP Status Code: 400

TooManyRequestsException

Too many requests have been made to the operation.

HTTP Status Code: 429

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: