Authentication
This endpoint requires authentication using a Bearer token.Endpoint
PATCH
/links/:linkId
Path Parameters
The id of the link to update. You may use either
linkId (obtained via /links/info endpoint) or externalId prefixed with ext_.Request Body
All fields are optional. Only include the fields you want to update.The destination URL of the short link.
The domain of the short link (without protocol).
The short link slug.
The ID of the link in your database.
The ID of the tenant that created the link inside your system.
The ID of the program the short link is associated with.
The ID of the partner the short link is associated with.
Whether to track conversions for the short link.
Whether the short link is archived.
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 unique ID existing folder to assign the short link to.
The comments for the short link.
The date and time when the short link will expire at.
The URL to redirect to when the short link has expired.
The password required to access the destination URL of the short link.
Whether the short link uses Custom Link Previews feature.
The custom link preview title (og:title). Will be used for Custom Link Previews if
proxy is true.The custom link preview description (og:description). Will be used for Custom Link Previews if
proxy is true.The custom link preview image (og:image). Will be used for Custom Link Previews if
proxy is true.The custom link preview video (og:video). Will be used for Custom Link Previews if
proxy is true.Whether the short link uses link cloaking.
The iOS destination URL for the short link for iOS device targeting.
The Android destination URL for the short link for Android device targeting.
Geo targeting information for the short link in JSON format
{[COUNTRY]: https://example.com }.Allow search engines to index your short link.
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 referral tag of the short link.
An array of webhook IDs to trigger when the link is clicked.
An array of A/B test URLs and the percentage of traffic to send to each URL.
The date and time when the tests started.
The date and time when the tests were or will be completed.
Response
The unique ID of the short link.
The domain of the short link.
The short link slug.
The destination URL of the short link.
The ID of the link in your database.
Whether to track conversions for the short link.
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.
Whether the short link uses Custom Link Previews feature.
The title of the short link.
The description of the short link.
The image of the short link.
Whether the short link uses link cloaking.
Whether to allow search engines to index the short link.
The iOS destination URL for the short link.
The Android destination URL for the short link.
Geo targeting information for the short link.
The tags assigned to the short link.
The unique ID of the folder assigned to the short link.
The comments for the short link.
The full URL of the short link, including the https protocol.
The full URL of the QR code for the short link.
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.
The number of clicks on the short link.
The number of leads the short link has generated.
The number of leads that converted to paying customers.
The total number of sales generated by the short link.
The total dollar value of sales (in cents) generated by the short link.
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.