Create a new link
Create a new link for the authenticated workspace.
Authorizations
Default authentication mechanism
Body
The destination URL of the short link.
The Android destination URL for the short link for Android device targeting.
Whether the short link is archived.
The comments for the short link.
The custom link preview description (og:description). Will be used for Custom Social Media Cards if proxy
is true. Learn more: https://d.to/og
Allow search engines to index your short link. Defaults to false
if not provided. Learn more: https://d.to/noindex
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).
190
The URL to redirect to when the short link has expired.
The date and time when the short link will expire at.
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 passed as a query parameter.
1 - 255
Geo targeting information for the short link in JSON format {[COUNTRY]: https://example.com }
.
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 custom link preview image (og:image). Will be used for Custom Social Media Cards if proxy
is true. Learn more: https://d.to/og
The iOS destination URL for the short link for iOS device targeting.
The short link slug. If not provided, a random 7-character slug will be generated.
190
The password required to access the destination URL of the short link.
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.
The ID of the program the short link is associated with.
Whether the short link uses Custom Social Media Cards feature.
Deprecated: Use dashboard
instead. Whether the short link's stats are publicly accessible.
The referral tag of the short link. If set, this will populate or override the ref
query parameter in the destination URL.
Whether the short link uses link cloaking.
The unique ID of the tag assigned to the short link. This field is deprecated – use tagIds
instead.
The unique IDs of the tags assigned to the short link.
The unique name of the tags assigned to the short link (case insensitive).
The custom link preview title (og:title). Will be used for Custom Social Media Cards if proxy
is true. Learn more: https://d.to/og
Whether to track conversions for the short link.
The UTM campaign of the short link. If set, this will populate or override the UTM campaign in the destination URL.
The UTM content of the short link. If set, this will populate or override the UTM content in the destination URL.
The UTM medium of the short link. If set, this will populate or override the UTM medium in the destination URL.
The UTM source of the short link. If set, this will populate or override the UTM source in the destination URL.
The UTM term of the short link. If set, this will populate or override the UTM term in the destination URL.
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
An array of webhook IDs to trigger when the link is clicked. These webhooks will receive click event data.
Response
The Android destination URL for the short link for Android device targeting.
Whether the short link is archived.
The number of clicks on the short link.
The comments for the short link.
The date and time when the short link was created.
The description of the short link generated via api.dub.co/metatags
. Will be used for Custom Social Media Cards if proxy
is true.
Whether to allow search engines to index 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 URL to redirect to when the short link has expired.
The date and time when the short link will expire in ISO-8601 format.
This is the ID of the link in your database that is unique across your workspace. 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.
Geo targeting information for the short link in JSON format {[COUNTRY]: https://example.com }
. Learn more: https://d.to/geo
The unique ID of the short link.
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 image of the short link generated via api.dub.co/metatags
. Will be used for Custom Social Media Cards if proxy
is true.
The iOS destination URL for the short link for iOS device targeting.
The short link slug. If not provided, a random 7-character slug will be generated.
The date and time when the short link was last clicked.
[BETA]: The number of leads the short links has generated.
The password required to access the destination URL of the short link.
The ID of the program the short link is associated with.
The project ID of the short link. This field is deprecated – use workspaceId
instead.
Whether the short link uses Custom Social Media Cards feature.
Whether the short link's stats are publicly accessible.
The full URL of the QR code for the short link (e.g. https://api.dub.co/qr?url=https://dub.sh/try
).
Whether the short link uses link cloaking.
[BETA]: The total dollar amount of sales the short links has generated (in cents).
[BETA]: The number of sales the short links has generated.
The full URL of the short link, including the https protocol (e.g. https://dub.sh/try
).
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 title of the short link generated via api.dub.co/metatags
. Will be used for Custom Social Media Cards if proxy
is true.
[BETA] Whether to track conversions for the short link.
The date and time when the short link was last updated.
The destination URL of the short link.
The user ID of the creator of the short link.
The UTM campaign of the short link.
The UTM content of the short link.
The UTM medium of the short link.
The UTM source of the short link.
The UTM term of the short link.
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
The IDs of the webhooks that the short link is associated with.
The workspace ID of the short link.
Was this page helpful?