Skip to main content

Verify domain address via DKIM

POST 

/verified-domains

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 domain to be verified via DKIM (DomainKeys Identified Mail)

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

required

    domain string

    A domain address

Responses

List of DKIM tokens required for the verification process.

Schema

    id string

    New UUID associated with domain to be verified

    domain string

    A domain address

    dkimEnabled

    DKIM is enabled for this domain

    dkimTokens string[]

    DKIM tokens required for authentication

    dkimVerificationStatus string

    Status of DKIM authentication

Loading...