Get DKIM Attributes

GET {{baseUrl}}/verified-domains

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

HEADERS

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Acceptstring

RESPONSES

status: OK

[{"id":"123b45b0-aaaa-bbbb-a7db-123456a56abc","address":"BobSmith@sailpoint.com","dkimEnabled":true,"dkimTokens":["uq1m3jjk25ckd3whl4n7y46c56r5l6aq","u7pm38jky9ckdawhlsn7y4dcj6f5lpgq","uhpm3jjkjjckdkwhlqn7yw6cjer5tpay"],"dkimVerificationStatus":"Success"},{"id":"123b45b0-aaaa-bbbb-a7db-123456a56abc","address":"BobSmith@sailpoint.com","dkimEnabled":true,"dkimTokens":["uq1m3jjk25ckd3whl4n7y46c56r5l6aq","u7pm38jky9ckdawhlsn7y4dcj6f5lpgq","uhpm3jjkjjckdkwhlqn7yw6cjer5tpay"],"dkimVerificationStatus":"Success"}]