Arguments

url
string
required

The destination URL of the short link.

domain
string

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).

key
string

The short link slug. If not provided, a random 7-character slug will be generated.

externalId
string | null

This is the ID of the link in your database. If set, it can be used to identify the link in the future.

prefix
string

The prefix of the short link slug for randomly-generated keys (e.g. if prefix is /c/, generated keys will be in the /c/:key format). Will be ignored if key is provided.

trackConversion
boolean
default:
false

Whether to track conversions for the short link.

identifier
string | null

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.

archived
boolean
default:
false

Whether the short link is archived.

publicStats
boolean
default:
false

Whether the short link’s stats are publicly accessible.

tagId
string | null

The unique ID of the tag assigned to the short link. This field is deprecated – use tagIds instead.

tagIds
string

The unique IDs of the tags assigned to the short link.

tagNames
string | string[]

The unique name of the tags assigned to the short link (case insensitive).

comments
string | null

The comments for the short link.

expiresAt
string | null

The date and time when the short link will expire at.

expiredUrl
string | null

The URL to redirect to when the short link has expired.

password
string | null

The password required to access the destination URL of the short link.

proxy
boolean
default:
false

Whether the short link uses Custom Social Media Cards feature.

title
string | null

The title of the short link generated via api.dub.co/metatags. Will be used for Custom Social Media Cards if proxy is true.

description
string | null

The description of the short link generated via api.dub.co/metatags. Will be used for Custom Social Media Cards if proxy is true.

image
string | null

The image of the short link generated via api.dub.co/metatags. Will be used for Custom Social Media Cards if proxy is true.

video
string | null

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

Whether the short link uses link cloaking.

ios
string | null

The iOS destination URL for the short link for iOS device targeting.

android
string | null

The Android destination URL for the short link for Android device targeting.

doIndex
boolean
default:
false

Allow search engines to index your short link. Defaults to false if not provided. Learn more: https://d.to/noindex

utm_source
string | null

The UTM source of the short link. If set, this will populate or override the UTM source in the destination URL.

utm_medium
string | null

The UTM medium of the short link. If set, this will populate or override the UTM medium in the destination URL.

utm_campaign
string | null

The UTM campaign of the short link. If set, this will populate or override the UTM campaign in the destination URL.

utm_term
string | null

The UTM term of the short link. If set, this will populate or override the UTM term in the destination URL.

utm_content
string | null

The UTM content of the short link. If set, this will populate or override the UTM content in the destination URL.

ref
string | null

The referral tag of the short link. If set, this will populate or override the ref query parameter in the destination URL.

programId
string | null

The ID of the program the short link is associated with.

webhookIds
string[] | null

An array of webhook IDs to trigger when the link is clicked. These webhooks will receive click event data.

Response

id
string
required

The unique ID of the short link. Prefixed with link_.

domain
string
required

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).

key
string
required

The short link slug. If not provided, a random 7-character slug will be generated.

url
string
required

The destination URL of the short link.

The full URL of the short link, including the https protocol (e.g. https://dub.sh/try).

trackConversion
boolean
default:
"false"

[BETA] Whether to track conversions for the short link.

externalId
string | null

The ID of the link in your database. If set, it can be used to identify the link in future API requests (must be prefixed with ext_ when passed as a query parameter). This key is unique across your workspace.

tenantId
string | null

The ID of the tenant that created the link inside your system. If set, it can be used to fetch all links for a tenant.

archived
boolean
default:
"false"
required

Whether the short link is archived.

expiresAt
string | null

The date and time when the short link will expire in ISO-8601 format.

expiredUrl
string | null

The URL to redirect to when the short link has expired.

password
string | null

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.

title
string | null

The title of the short link generated via api.dub.co/metatags. Will be used for Custom Social Media Cards if proxy is true.

description
string | null

The description of the short link generated via api.dub.co/metatags. Will be used for Custom Social Media Cards if proxy is true.

image
string | null

The image of the short link generated via api.dub.co/metatags. Will be used for Custom Social Media Cards if proxy is true.

video
string | null

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.

ios
string | null

The iOS destination URL for the short link for iOS device targeting.

android
string | null

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.

tagId
string | null

The unique ID of the tag assigned to the short link. This field is deprecated – use tags instead.

tags
object[] | null

The tags assigned to the short link.

webhookIds
string[]

The IDs of the webhooks that the short link is associated with.

comments
string | null

The comments for the short link.

qrCode
string

The full URL of the QR code for the short link (e.g. https://api.dub.co/qr?url=https://dub.sh/try).

utm_source
string | null

The UTM source of the short link.

utm_medium
string | null

The UTM medium of the short link.

utm_campaign
string | null

The UTM campaign of the short link.

utm_term
string | null

The UTM term of the short link.

utm_content
string | null

The UTM content of the short link.

userId
string

The user ID of the creator of the short link.

workspaceId
string

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).

lastClicked
string | null

The date and time when the short link was last clicked.

createdAt
string

The date and time when the short link was created.

updatedAt
string

The date and time when the short link was last updated.

projectId
string

The project ID of the short link. This field is deprecated – use workspaceId instead.

programId
string | null

The ID of the program the short link is associated with.