v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1486424386.4 KB

Creates the specified sending authorization policy for the given identity (an email address or a domain).

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.

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

post/v2/email/identities/{EmailIdentity}/policies/{PolicyName}

Path parameters

EmailIdentitystring required

The email identity.

PolicyNamestring required
<p>The name of the policy.</p> <p>The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.</p>
<p>The name of the policy.</p> <p>The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.</p>

Request body

Policystring required
<p>The text of the policy in JSON format. The policy cannot exceed 4 KB.</p> <p>For information about the syntax of sending authorization policies, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer Guide</a>.</p>

Response

Success

CreateEmailIdentityPolicyResponse required

An HTTP 200 response if the request succeeds, or an error message if the request fails.