Whether you are using Dub’s API or not, this page is a quick way to understand how Dub works.
Within Dub, all data belongs to a Workspace . Within a workspace, you have Links , Domains , Tags , and more.
Workspace
Workspaces is the defacto way of organizing your links and working with your team on Dub. You can think of a Dub workspace like a workspace on Slack or Discord – it’s a shared space where you can invite your team members to collaborate on links.
When interacting with Dub’s API, you’ll also need to create a workspace API key to authenticate your requests.
The unique ID of the workspace.
The name of the workspace.
The slug of the workspace.
The logo of the workspace.
The usage of the workspace.
The usage limit of the workspace.
The links usage of the workspace.
The links limit of the workspace.
The domains limit of the workspace.
The tags limit of the workspace.
The users limit of the workspace.
The plan of the workspace.
The Stripe ID of the workspace.
The date and time when the billing cycle starts for the workspace.
The date and time when the workspace was created.
The role of the authenticated user in the workspace.
The role of the authenticated user in the workspace.
The domains of the workspace.
The domain of the workspace.
Indicates if the domain is the primary domain.
Links
Links are the bread and butter of Dub. You can shorten any URL to a Dub link, which you can then share with your audience. Links can be created , updated , and deleted via the Dub API or the Dub dashboard .
The unique ID of the short link.
The domain of the short link. If not provided, the primary domain for the
workspace will be used (or dub.sh if the workspace has no domains).
The short link slug. If not provided, a random 7-character slug will be
generated.
trackConversion
boolean
default: "false" required [BETA] Whether to track conversions for the short link.
This is the ID of the link in your database. If set, it can be used to
identify the link in the future. Must be prefixed with ext_
when provided to
links.get
, links.update
, and links.delete
methods.
The identifier of the short link that is unique across your workspace. If set,
it can be used to identify your short link for client-side click tracking.
The destination URL of the short link.
archived
boolean
default: "false" required Whether the short link is archived.
The date and time when the short link will expire in ISO-8601 format.
The URL to redirect to when the short link has expired.
The password required to access the destination URL of the short link.
proxy
boolean
default: "false" required Whether the short link uses Custom Social Media Cards feature.
The title of the short link generated via api.dub.co/metatags. Will be used
for Custom Social Media Cards if proxy is true.
The description of the short link generated via api.dub.co/metatags. Will be
used for Custom Social Media Cards if proxy is true.
The image of the short link generated via api.dub.co/metatags. Will be used
for Custom Social Media Cards if proxy is true.
The custom link preview video (og:video). Will be used for Custom Social Media
Cards if proxy
is true. Learn more: https://d.to/og
rewrite
boolean
default: "false" required Whether the short link uses link cloaking.
doIndex
boolean
default: "false" required Whether to allow search engines to index the short link.
The iOS destination URL for the short link for iOS device targeting.
The Android destination URL for the short link for Android device targeting.
publicStats
boolean
default: "false" required Whether the short link’s stats are publicly accessible.
The unique ID of the tag assigned to the short link. This field is deprecated
– use tags
instead.
The tags assigned to the short link.
The unique ID of the tag.
The IDs of the webhooks that the short link is associated with.
The comments for the short link.
The full URL of the short link, including the https protocol (e.g.
https://dub.sh/try
).
The full URL of the QR code for the short link (e.g.
https://api.dub.co/qr?url=https://dub.sh/try
).
The UTM source of the short link.
The UTM medium of the short link.
The UTM campaign of the short link.
The UTM term of the short link.
The UTM content of the short link.
The user ID of the creator of the short link.
The workspace ID of the short link.
clicks
number
default: "0" required The number of clicks on the short link.
leads
number
default: "0" required [BETA]: The number of leads the short link has generated.
sales
number
default: "0" required [BETA]: The number of sales the short link has generated.
saleAmount
number
default: "0" required [BETA]: The total dollar amount of sales the short link has generated (in
cents).
The date and time when the short link was last clicked.
The date and time when the short link was created.
The date and time when the short link was last updated.
The project ID of the short link. This field is deprecated – use workspaceId
instead.
The ID of the program the short link is associated with.
Domains
On Dub, you can add custom domains to create branded short links for better brand recognition. You can also set a primary domain for it to be used as the default domain for new links (both via the API and the dashboard).
The unique identifier of the domain.
verified
boolean
default: false required Whether the domain is verified.
primary
boolean
default: false required Whether the domain is the primary domain for the workspace.
archived
boolean
default: false required Whether the domain is archived.
placeholder
string
default: "https://dub.co/help/article/what-is-dub" required Provide context to your teammates in the link creation modal by showing them
an example of a link to be shortened.
The URL to redirect to when a link under this domain has expired.
The URL to redirect to when a link under this domain doesn’t exist.
The date the domain was created.
The date the domain was last updated.
The registered domain record.
The ID of the registered domain record.
The date the domain was created.
The date the domain expires.
Tags are a way to organize your links. You can add tags to your links to categorize them and make them easier to find. You can also filter analytics by tags to get a better understanding of how your campaigns are performing.
The unique ID of the tag.