Skip to main content

Get DKIM Attributes

GET 

/verified-domains

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

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

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

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

    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...