---
title: "GET /v2/email/identities/{EmailIdentity}/policies"
method: GET
path: "/v2/email/identities/{EmailIdentity}/policies"
---

# GET /v2/email/identities/{EmailIdentity}/policies

`GET /v2/email/identities/{EmailIdentity}/policies`

Returns the requested sending authorization policies for the given identity (an email address or a domain). The policies are returned as a map of policy names to policy contents. You can retrieve a maximum of 20 policies at a time.

This API is for the identity owner only. If you have not verified the identity, this API will return an error.

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the [Amazon SES Developer Guide](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).

You can execute this operation no more than once per second.

## Path parameters

- `EmailIdentity` string, required

## Response `200`

Success

- GetEmailIdentityPoliciesResponse — Identity policies associated with email identity.
  - `Policies` object — A map of policy names to policies.

## Other responses

- `480` — NotFoundException
- `481` — TooManyRequestsException
- `482` — 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)
