Update a Dynamic Link

Updates the details of an existing dynamic link within a specified project. You can modify fields such as the target URL, UTM parameters, social media metadata, and other optional properties.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Body Params
platforms
array of objects
required

An array of platform IDs to which the dynamic link belongs. This field must be provided when updating a dynamic link to specify the target platforms (e.g., iOS, Android, Web).

platforms*
string

Optional path that will be appended to the final redirect link. For example, if link is https://yourwebsite.com/page, and dynamicLinkPath is promo/user123, then the final redirect target will be https://yourwebsite.com/page/promo/user123.

linkMetadata
object

Optional metadata map. Contains key-value pairs (both strings) to pass along with the dynamic link, for tracking or client-side usage.

string

Identifies the source of the traffic (e.g., google, newsletter, facebook).

string

Identifies the marketing medium (e.g., email, cpc, banner).

string

Identifies the campaign name or ID (e.g., summer_sale, launch2025).

string

Differentiates similar content or links (e.g., header-link, footer-link).

string

Identifies search keywords or terms (used mostly in paid search).

string

The title to display in social media previews (used in Open Graph og:title).

string

The description shown in the preview card (used in Open Graph og:description).

string

URL to the image used in the preview (Open Graph og:image). Should be a fully qualified URL.

string

Type of content, such as article, website, etc. (Open Graph og:type).

boolean
Defaults to true

If true, skips the preview/interstitial page and forces the link to open directly in the app (deep link behavior).

boolean
Defaults to false

If true, generates a QR code for the dynamic link and includes it in the response.

Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!