Get a URL Shortener
Return a URL shortener for a given id.
Path Parameters
idstringrequired
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"trackinglinks": [
{
"previewUrl": "",
"id": "5z3dzrwk",
"name": "Test Link",
"tenantId": 894,
"url": "http://example.com/",
"alternativeUrl": "",
"password": "",
"maxClicks": 0,
"expirationDate": "9999-12-31T00:00:00",
"forwardParams": true,
"campaignId": 1976,
"total_converted": 0,
"linkDirection": "Outbound",
"linkType": "Page",
"redirectType": "Temporary",
"status": "Active",
"IsEnabled": true,
"TrackingFullUrl": "https://dslnk.co/5z3dzrwk"
}
]
}
}