Links
Update Link
Update an existing short link’s destination, title, or metadata
PUT
Request
Headers
Must be
application/jsonPath Parameters
The link’s slug (e.g.,
my-link) or system domain composite (e.g., mybouncy.link__my-link).Use the slug field returned by GET /v1/links.Body
New destination URL where the short link should redirect. Must be a valid HTTP or HTTPS URL.Example:
https://example.com/new-pageUpdated title for SEO and social media sharingExample:
Updated Summer Sale 2026Updated description for SEO and social media cardsExample:
Now 60% off everything!Updated array of tagsExample:
["marketing", "summer", "60-percent-off"]Google Analytics tracking configuration
Meta Pixel tracking configuration
Full SEO metadata object override (ignored if
title or description are also provided)Redirect behavior. One of:
conservative, aggressive, basic, non-meta, experimental, experimental2Array of geographic filtering rules
Array of language-based filtering rules
Traffic recovery URL for when the primary destination is unavailable
You cannot update the
slug or domain after creation. Create a new link if you need a different slug.Response
Whether the operation succeeded
Unique identifier for the link
Success message
List of fields that were updated