Skip to main content

Create Verified From Address

POST 

/verified-from-addresses

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.

Create a new sender email address and initiate verification process.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

required

    id stringnullable
    email string
    isVerifiedByDomain boolean
    verificationStatus string

    Possible values: [PENDING, SUCCESS, FAILED]

Responses

New Verified Email Status

Schema

    id stringnullable
    email string
    isVerifiedByDomain boolean
    verificationStatus string

    Possible values: [PENDING, SUCCESS, FAILED]

Loading...