# Create a single ShortLink **POST /api/servermanagement/shortlink** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **data** (object) ## Responses ### 200 Create a single ShortLink #### Body: application/json (object) - **full_url** (string) - **id** (integer) - **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** (boolean) - **clicks_today** (integer) - **clicks_week** (integer) - **clicks_year** (integer) - **search_string** (string) - **created** (string(date-time)) - **updated** (string(date-time)) [Powered by Bump.sh](https://bump.sh)