Get MAIL FROM Attributes

GET {{baseUrl}}/mail-from-attributes/:identity

Retrieve MAIL FROM attributes for a given AWS SES identity.

Request Params

KeyDatatypeRequiredDescription
idstring(Required) Returns the MX and TXT record to be put in your DNS, as well as the MAIL FROM domain status

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"identity":"bob.smith@sailpoint.com","mailFromDomain":"foo.sailpoint.com","mxRecord":"10 feedback-smtp.us-east-1.amazonses.com","txtRecord":"v=spf1 include:amazonses.com ~all","mailFromDomainStatus":"PENDING"}