---
title: "Get link details"
method: GET
path: "/api/v1/link/{id}"
tags: ["Links"]
---

# Get link details

`GET /api/v1/link/{id}`

Retrieve detailed information about a specific link by its ID, including click statistics, UTM parameters, and configuration.

## Path parameters

- `id` string, required

## Query parameters

- `workspace_id` string

## Response `200`

Link

- Link — Response schema for a link
  - `fb_pixel_id` string, nullable
  - `linkedin_partner_id` string, nullable
  - `microsoft_uet_tag_id` string, nullable
  - `reddit_pixel_id` string, nullable
  - `tiktok_pixel_id` string, nullable
  - `hide_referrer` boolean, nullable
  - `expiry_datetime` string, nullable
  - `expiry_destination` string, uri, nullable
  - `rules` Rule[], nullable
    - `matches` string, nullable
    - `percentage` integer, nullable
    - `url` string, nullable
    - `what` string, nullable
  - `twitter_pixel_id` string, nullable
  - `cloaking` boolean, nullable
  - `linkify_words` string, nullable
  - `full_url` string, uri
  - `og_description` string, nullable
  - `skip_social_crawler_tracking` boolean, nullable
  - `body_tags` string, nullable
  - `og_title` string, nullable
  - `note` string, nullable
  - `name` string, nullable
  - `id` integer, nullable
  - `gtm_id` string, nullable
  - `og_image` string, nullable
  - `block_bots` boolean, nullable
  - `snapchat_pixel_id` string, nullable
  - `utm_content` string, nullable
  - `enabled` boolean, nullable
  - `url` string, uri
  - `replacements` string, nullable
  - `deleted` boolean, nullable
  - `qr_styles` object, nullable
  - `webhooks` string[], nullable
  - `created_by_user_id` integer, nullable
  - `expiry_clicks` integer, nullable
  - `notify_slack` boolean, nullable
  - `notify_user_ids` integer[], nullable
  - `workspace_id` integer, nullable
  - `public_analytics` boolean, nullable
  - `pinterest_tag_id` string, nullable
  - `password` string, nullable
  - `utm_source` string, nullable
  - `slug` string, nullable
  - `domain` string, nullable
  - `forward_params` boolean, nullable
  - `utm_medium` string, nullable
  - `head_tags` string, nullable
  - `ga4_tag_id` string, nullable
  - `utm_term` string, nullable
  - `utm_campaign` string, nullable

## Other responses

- `403` — Forbidden
- `404` — Error

---

[API](https://skmtc.net/linklyhq/apis/linkly-url-shortener-api.md) · [All operations](https://skmtc.net/linklyhq/apis/linkly-url-shortener-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linklyhq/linkly-url-shortener-api/revisions/351c1f004617/schema)
