Create Verified From Address
POST {{baseUrl}}/verified-from-addresses
Create a new sender email address and initiate verification process.
Request Body
{"email"=>"sender@example.com"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: Created
{"id":"cillu","email":"sender@example.com","isVerifiedByDomain":false,"verificationStatus":"FAILED"}