Link Branding
Email link branding (formerly "Link Whitelabel") allows all of the click-tracked links, opens, and images in your emails to be served from your domain rather than sendgrid.net
. Spam filters and recipient servers look at the links within emails to determine whether the email looks trustworthy. They use the reputation of the root domain to determine whether the links can be trusted.
You can also manage link branding in the Sender Authentication section of the Twilio SendGrid App.
For more information, please see our Link Branding documentation.
Retrieve the default branded link
GET /v3/whitelabel/links/default
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve the default branded link.
The default branded link is the actual URL to be used when sending messages. If you have more than one branded link, the default is determined by the following order:
- The validated branded link marked as
default
(set when you call the "Create a branded link" endpoint or by calling the "Update a branded link" endpoint on an existing link) - Legacy branded links (migrated from the whitelabel wizard)
- Default SendGrid-branded links (i.e.,
100.ct.sendgrid.net
)
You can submit this request as one of your subusers if you include their ID in the on-behalf-of
header in the request.
Authentication
- API Key
Headers
Query String
The domain to match against when finding the default branded link.
default: NoneResponses
The ID of the branded link.
The root domain of the branded link.
The subdomain used to generate the DNS records for this link branding. This subdomain must be different from the subdomain used for your authenticated domain.
The username of the account that this link branding is associated with.
The ID of the user that this link branding is associated with.
Indicates if this is the default link branding.
Allowed Values: true, falseIndicates if this link branding is valid.
Allowed Values: true, falseIndicates if this link branding was created using the legacy whitelabel tool. If it is a legacy whitelabel, it will still function, but you'll need to create new link branding if you need to update it.
Allowed Values: true, falseThe DNS records generated for this link branding.
The DNS record generated to point to your link branding subdomain.
Indicates if the DNS record is valid.
Allowed Values: true, falseThe type of DNS record that was generated.
Allowed Values: cname, txt, mxThe domain that this link branding will use for the links in your email.
The domain that the DNS record points to.
The DNS record generated to verify who created the link branding.
Indicates if the DNS record is valid.
Allowed Values: true, falseThe type of DNS record generated.
Allowed Values: cname, txt, mxUsed to verify the link branding. The subdomain of this domain is the ID of the user who created the link branding.
The domain that the DNS record points to.
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.