Verify domain address via DKIM
POST {{baseUrl}}/verified-domains
Create a domain to be verified via DKIM (DomainKeys Identified Mail)
Request Body
{"domain"=>"sailpoint.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: OK
{"id":"123b45b0-aaaa-bbbb-a7db-123456a56abc","domain":"sailpoint.com","dkimEnabled":true,"dkimTokens":["token1","token2","token3"],"dkimVerificationStatus":"PENDING"}