Get MAIL FROM Attributes
GET {{baseUrl}}/mail-from-attributes/:identity
Retrieve MAIL FROM attributes for a given AWS SES identity.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | (Required) Returns the MX and TXT record to be put in your DNS, as well as the MAIL FROM domain status |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}