Menu

Expand
Rate this page:

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 a subuser's branded link

GET /v3/whitelabel/links/subuser

Base url: https://api.sendgrid.com

This endpoint allows you to retrieve the branded link associated with a subuser.

Link branding can be associated with subusers from the parent account. This functionality allows subusers to send mail using their parent's link branding. To associate link branding, the parent account must first create a branded link and then validate it. The parent may then associate that branded link with a subuser via the API or the Subuser Management page of the Twilio SendGrid App.

Authentication

  • API Key

Headers

Authorization
string
default: Bearer <<YOUR_API_KEY_HERE>>
required

Query String

username
string

The username of the subuser to retrieve associated branded links for.

default: None
required

Responses

object
id
integer

The ID of the branded link.

required
domain
string

The root domain of the branded link.

required
subdomain
string

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.

username
string

The username of the account that this link branding is associated with.

required
user_id
integer

The ID of the user that this link branding is associated with.

required
default
boolean

Indicates if this is the default link branding.

Allowed Values: true, false
required
valid
boolean

Indicates if this link branding is valid.

Allowed Values: true, false
required
legacy
boolean

Indicates 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, false
required
dns
object

The DNS records generated for this link branding.

required
domain_cname
object

The DNS record generated to point to your link branding subdomain.

required
valid
boolean

Indicates if the DNS record is valid.

Allowed Values: true, false
required
type
string

The type of DNS record that was generated.

Allowed Values: cname, txt, mx
required
host
string

The domain that this link branding will use for the links in your email.

required
data
string

The domain that the DNS record points to.

required
owner_cname
object

The DNS record generated to verify who created the link branding.

valid
boolean

Indicates if the DNS record is valid.

Allowed Values: true, false
required
type
string

The type of DNS record generated.

Allowed Values: cname, txt, mx
host
string

Used to verify the link branding. The subdomain of this domain is the ID of the user who created the link branding.

required
data
string

The domain that the DNS record points to.

required
Rate this page:

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.

Loading Code Sample...
        
        
        

        Thank you for your feedback!

        Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

        Sending your feedback...
        🎉 Thank you for your feedback!
        Something went wrong. Please try again.

        Thanks for your feedback!

        thanks-feedback-gif