List all authenticated domains
GET {{baseUrl}}/whitelabel/domains?limit=<string>&offset=<string>&exclude_subusers=<boolean>&username=<string>&domain=<string>
This endpoint allows you to retrieve a list of all domains you have authenticated.
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. You will be required to create a subdomain so that SendGrid can generate the DNS records which you must give to your host provider. If you choose to use Automated Security
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | The number of results to include on each page. | |
offset | string | The number of results to exclude. | |
exclude_subusers | string | Exclude subuser domains from the result. | |
username | string | The username of this subuser. | |
domain | string | The domain to match against when finding a corresponding link whitelabel. |