v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1442212198.5 KB

Provides information about a specific identity associated with your Amazon Pinpoint account, including the identity's verification status, its DKIM authentication status, and its custom Mail-From settings.

get/v1/email/identities/{EmailIdentity}

Path parameters

EmailIdentitystring required

The email identity that you want to retrieve details for.

Response

Success

IdentityType'EMAIL_ADDRESS' | 'DOMAIN' | 'MANAGED_DOMAIN'

The email identity type.

FeedbackForwardingStatusboolean
<p>The feedback forwarding configuration for the identity.</p> <p>If the value is <code>true</code>, Amazon Pinpoint sends you email notifications when bounce or complaint events occur. Amazon Pinpoint sends this notification to the address that you specified in the Return-Path header of the original email.</p> <p>When you set this value to <code>false</code>, Amazon Pinpoint sends notifications through other mechanisms, such as by notifying an Amazon SNS topic or another event destination. You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications, Amazon Pinpoint sends an email notification when these events occur (even if this setting is disabled).</p>
VerifiedForSendingStatusboolean

Specifies whether or not the identity is verified. In Amazon Pinpoint, you can only send email from verified email addresses or domains. For more information about verifying identities, see the <a href="https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-manage-verify.html">Amazon Pinpoint User Guide</a>.