Validate a domain authentication.
POST https://api.sendgrid.com/v3/whitelabel/domains/:id/validate
This endpoint allows you to validate an authenticated domain. If it fails, it will return an error message describing why the domain could not be validated.
An authenticated domain allows you to remove the “via” or “sent on behalf of” message that your recipients see when they read your emails. Authenticating a domain allows you to replace sendgrid.net with your personal sending domain. If you choose to use Automated Security, SendGrid provides you with 3 CNAME records. If you turn Automated Security off, you are given 2 TXT records and 1 MX record. You need to enter these records into your DNS provider.
For more information on whitelabeling, please see our User Guide
URI Parameters
URI Parameter | Type | Description |
---|---|---|
id | integer | ID of the domain to validate. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |