Returns a single ShortLink with the given id
Path parameters
-
id
string Required
Query parameters
-
iw-build-id
string build id of the client
-
iw-package-id
string package id of the client
GET
/api/servermanagement/shortlink/{id}
curl \
--request GET 'https://replace-with-own-host.iw-erp.de/api/servermanagement/shortlink/{id}' \
--header "x-session-token: $API_KEY"
Response examples (200)
{
"full_url": "string",
"id": 42,
"short_text": "string",
"long_text": "string",
"description": "string",
"content_type": "string",
"utm_id": "string",
"utm_source": "string",
"utm_medium": "string",
"utm_campaign": "string",
"utm_term": "string",
"utm_content": "string",
"tracking_provider": "string",
"archived": true,
"clicks_today": 42,
"clicks_week": 42,
"clicks_year": 42,
"search_string": "string",
"created": "2025-05-04T09:42:00Z",
"updated": "2025-05-04T09:42:00Z"
}