CreateLinkRequest
android_urlstring | nullnullable
Android-specific destination URL (Business tier feature).
Example:
https://play.google.com/store/apps/details?id=com.exampledesktop_urlstring | nullnullable
Desktop-specific destination URL (Business tier feature).
Example:
https://example.com/desktop-appdestination_urlstringrequired
Example:
https://example.com/very/long/urlexpires_atinteger,null<int64>nullable
Example:
1640995200forward_query_paramsboolean | nullnullable
ios_urlstring | nullnullable
iOS-specific destination URL (Business tier feature).
Example:
https://apps.apple.com/app/id123456789redirect_typestring
HTTP redirect type: 301 (permanent) or 307 (temporary). Default is 301, available on Pro+ plans.
Example:
301short_codestring | nullnullable
Example:
my-custom-codetagsstring[]nullable
Example:
["marketing","social"]titlestring | nullnullable
Example:
My Awesome Linkutm_params object
oneOf
- null
- UtmParams
null
CreateLinkRequest
{
"android_url": "https://play.google.com/store/apps/details?id=com.example",
"desktop_url": "https://example.com/desktop-app",
"destination_url": "https://example.com/very/long/url",
"expires_at": 1640995200,
"forward_query_params": true,
"ios_url": "https://apps.apple.com/app/id123456789",
"redirect_type": "301",
"short_code": "my-custom-code",
"tags": [
"marketing",
"social"
],
"title": "My Awesome Link",
"utm_params": "null"
}