---
title: "GET /v2/email/identities"
method: GET
path: "/v2/email/identities"
---

# GET /v2/email/identities

`GET /v2/email/identities`

Returns a list of all of the email identities that are associated with your Amazon Web Services account. An identity can be either an email address or a domain. This operation returns identities that are verified as well as those that aren't. This operation returns identities that are associated with Amazon SES and Amazon Pinpoint.

## Query parameters

- `NextToken` string
- `PageSize` integer

## Response `200`

Success

- ListEmailIdentitiesResponse — A list of all of the identities that you've attempted to verify, regardless of whether or not those identities were successfully verified.
  - `EmailIdentities` IdentityInfo[] — An array that includes all of the email identities associated with your Amazon Web Services account.
    - `IdentityType` 'EMAIL_ADDRESS' | 'DOMAIN' | 'MANAGED_DOMAIN' — The email identity type. Note: the <code>MANAGED_DOMAIN</code> type is not supported for email identity types.
    - `IdentityName` string — The address or domain of the identity.
    - `SendingEnabled` boolean — <p>Indicates whether or not you can send email from the identity.</p> <p>An <i>identity</i> is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.</p>
    - `VerificationStatus` 'PENDING' | 'SUCCESS' | 'FAILED' | 'TEMPORARY_FAILURE' | 'NOT_STARTED' — <p>The verification status of the identity. The status can be one of the following:</p> <ul> <li> <p> <code>PENDING</code> – The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity.</p> </li> <li> <p> <code>SUCCESS</code> – The verification process completed successfully.</p> </li> <li> <p> <code>FAILED</code> – The verification process failed.</p> </li> <li> <p> <code>TEMPORARY_FAILURE</code> – A temporary issue is preventing Amazon SES from determining the verification status of the identity.</p> </li> <li> <p> <code>NOT_STARTED</code> – The verification process hasn't been initiated for the identity.</p> </li> </ul>
  - `NextToken` string — A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to <code>ListEmailIdentities</code>, and pass this token in the <code>NextToken</code> parameter.

## Other responses

- `480` — TooManyRequestsException
- `481` — BadRequestException

---

[API](https://skmtc.net/aws/apis/sesv2.md) · [All operations](https://skmtc.net/aws/apis/sesv2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/sesv2/versions/25eba06e7f64/schema)
