Link
link-123456org-789abc123https://example.com/very/long/urlMy Awesome Linkuser-123160945920016094593001640995200Possible values: [active, disabled, blocked]
42["marketing","social"]utm_params object
- null
- UtmParams
Whether to forward visitor query params to the destination (Pro+ only). None = use org default (resolved at KV write time).
HTTP redirect type: 301 (permanent) or 307 (temporary). Default is 301 for SEO, 307 available on Pro+ plans.
301iOS-specific destination URL (Business tier feature). Redirects iPhone/iPad users to this URL instead of the default.
https://apps.apple.com/app/id123456789Android-specific destination URL (Business tier feature). Redirects Android users to this URL instead of the default.
https://play.google.com/store/apps/details?id=com.exampleDesktop-specific destination URL (Business tier feature). Redirects desktop users (Windows, macOS, Linux) to this URL instead of the default.
https://example.com/desktop-appCustom domain this link was created under (immutable after creation). None means the link uses the default short domain.
go.mybrand.com{
"id": "link-123456",
"org_id": "org-789",
"short_code": "abc123",
"destination_url": "https://example.com/very/long/url",
"title": "My Awesome Link",
"created_by": "user-123",
"created_at": 1609459200,
"updated_at": 1609459300,
"expires_at": 1640995200,
"status": "active",
"click_count": 42,
"tags": [
"marketing",
"social"
],
"utm_params": "null",
"forward_query_params": true,
"redirect_type": "301",
"ios_url": "https://apps.apple.com/app/id123456789",
"android_url": "https://play.google.com/store/apps/details?id=com.example",
"desktop_url": "https://example.com/desktop-app",
"custom_domain": "go.mybrand.com"
}