PATCH
/
links
/
bulk

This endpoint lets you update up to 100 links with the same data.

Some potential use cases:

  • Tagging multiple links at once
  • Setting the same expiration date for multiple links
  • Updating UTM parameters for multiple links

You cannot update the domain or key of a link with this endpoint. Also, webhook events will not be triggered when using this endpoint.

Authorizations

Authorization
string
header
required

Default authentication mechanism

Body

application/json
data
object
required
externalIds
string[]

The external IDs of the links to update as stored in your database.

The IDs of the links to update. Takes precedence over externalIds.

Response

200 - application/json
android
string | null
required

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

archived
boolean
default:
false
required

Whether the short link is archived.

clicks
number
default:
0
required

The number of clicks on the short link.

comments
string | null
required

The comments for the short link.

createdAt
string
required

The date and time when the short link was created.

description
string | null
required

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

doIndex
boolean
default:
false
required

Whether to allow search engines to index the short 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).

expiredUrl
string | null
required

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

expiresAt
string | null
required

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

externalId
string | null
required

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
object | null
required

Geo targeting information for the short link in JSON format {[COUNTRY]: https://example.com }. Learn more: https://d.to/geo

id
string
required

The unique ID of the short link.

identifier
string | null
required

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.

image
string | null
required

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

ios
string | null
required

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

key
string
required

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

lastClicked
string | null
required

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

leads
number
default:
0
required

[BETA]: The number of leads the short links has generated.

password
string | null
required

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

programId
string | null
required

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

projectId
string
requireddeprecated

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

proxy
boolean
default:
false
required

Whether the short link uses Custom Social Media Cards feature.

publicStats
boolean
default:
false
required

Whether the short link's stats are publicly accessible.

qrCode
string
required

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

rewrite
boolean
default:
false
required

Whether the short link uses link cloaking.

saleAmount
number
default:
0
required

[BETA]: The total dollar amount of sales the short links has generated (in cents).

sales
number
default:
0
required

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

tagId
string | null
requireddeprecated

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

tags
object[] | null
required

The tags assigned to the short link.

title
string | null
required

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

trackConversion
boolean
default:
false
required

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

updatedAt
string
required

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

url
string
required

The destination URL of the short link.

userId
string | null
required

The user ID of the creator of the short link.

utm_campaign
string | null
required

The UTM campaign of the short link.

utm_content
string | null
required

The UTM content of the short link.

utm_medium
string | null
required

The UTM medium of the short link.

utm_source
string | null
required

The UTM source of the short link.

utm_term
string | null
required

The UTM term of the short link.

video
string | null
required

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

webhookIds
string[]
required

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

workspaceId
string
required

The workspace ID of the short link.