v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1486424386.4 KB

Used to enable or disable DKIM authentication for an email identity.

put/v2/email/identities/{EmailIdentity}/dkim

Path parameters

EmailIdentitystring required

The email identity.

Request body

SigningEnabledboolean
<p>Sets the DKIM signing configuration for the identity.</p> <p>When you set this value <code>true</code>, then the messages that are sent from the identity are signed using DKIM. If you set this value to <code>false</code>, your messages are sent without DKIM signing.</p>

Response

Success

PutEmailIdentityDkimAttributesResponse required

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