Skip to main content

Get DKIM Attributes

GET 

/verified-domains

Retrieve DKIM (DomainKeys Identified Mail) attributes for all your tenants' AWS SES identities. Limits retrieval to 100 identities per call.

Request

Responses

List of DKIM Attributes

Schema
  • Array [
  • id string

    UUID associated with domain to be verified

    address string

    The identity or domain address

    dkimEnabled boolean

    Default value: false

    Whether or not DKIM has been enabled for this domain / identity

    dkimTokens string[]

    The tokens to be added to a DNS for verification

    dkimVerificationStatus string

    The current status if the domain /identity has been verified. Ie Success, Failed, Pending

  • ]
Loading...