Share

Short link and QR Code

URL Shortner

The QR Code & Short Link management simplifies the creation and sharing of QR codes and short links. Use it to generate QR codes for apps, products, collections, and URLs. Create short links for long URLs and retrieve them, along with the original URLs, using their respective codes.

Operations
GET
/service/platform/share/v1.0/company/{company_id}/application/{application_id}/links/short-link
# Get short links
GET
/service/platform/share/v1.0/company/{company_id}/application/{application_id}/links/short-link/{hash}
# Get short link by hash.
GET

Get short link by hash.

Retrieve a specific short link by its unique hash.
Requires application/content/write access scope.
Parameters
company_id
integer
Required
The unique identifier for the company.
application_id
string
Required
This is application id
hash
string
Required
This is shortlink hash
Response
200
4XX
Success
ShortLinkRes
title
string
url
object (UrlInfo)
UrlInfo
hash
string
short_url
string
alias
string
additionalProperties
Allows you to attach properties in addition to the ones mentioned above. Any additional properties are allowed.
created_by
string
app_redirect
boolean
fallback
string
Enum
active
boolean
_id
string
enable_tracking
boolean
expire_at
string
| date-time
application
string
user_id
string
created_at
string
| date-time
meta
object
updated_at
string
| date-time
personalized
boolean
To create personalized short links
campaign
object (CampaignShortLink)
CampaignShortLink
source
string
medium
string
redirects
object (Redirects)
Redirects
ios
object (RedirectDevice)
RedirectDevice
link
string
type
string
Enum
android
object (RedirectDevice)
RedirectDevice
link
string
type
string
Enum
web
object (WebRedirect)
WebRedirect
link
string
type
string
Enum
force_web
boolean
attribution
object (Attribution)
Attribution
campaign_cookie_expiry
string
social_media_tags
object (SocialMediaTags)
SocialMediaTags
title
string
description
string
image
string
count
integer
additionalProperties
Allows you to attach properties in addition to the ones mentioned above. Any additional properties are allowed.
Examples
Parameters
company_id:
1
application_id:
"value"
hash:
"value"
GET
/service/platform/share/v1.0/company/{company_id}/application/{application_id}/links/short-link/{hash}
Loading...
Response
Loading...