latestOpenAPI 3.0.02026-08-202629123.8 KB

351c1f004617

Links

Get link details

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

get/api/v1/link/{id}

Path parameters

idstring required

The id of the Link

Query parameters

workspace_idstring

Workspace ID. Optional when using OAuth2 Bearer token.

Response

Link

fb_pixel_idstring nullable
linkedin_partner_idstring nullable
microsoft_uet_tag_idstring nullable
reddit_pixel_idstring nullable
tiktok_pixel_idstring nullable
hide_referrerboolean nullable
expiry_datetimestring nullable
expiry_destinationstring uri nullable
twitter_pixel_idstring nullable
cloakingboolean nullable
linkify_wordsstring nullable
full_urlstring uri
og_descriptionstring nullable
skip_social_crawler_trackingboolean nullable
body_tagsstring nullable
og_titlestring nullable
notestring nullable
namestring nullable
idinteger nullable
gtm_idstring nullable
og_imagestring nullable
block_botsboolean nullable
snapchat_pixel_idstring nullable
utm_contentstring nullable
enabledboolean nullable
urlstring uri
replacementsstring nullable
deletedboolean nullable
qr_stylesobject nullable
webhooksstring[] nullable
created_by_user_idinteger nullable
expiry_clicksinteger nullable
notify_slackboolean nullable
notify_user_idsinteger[] nullable
workspace_idinteger nullable
public_analyticsboolean nullable
pinterest_tag_idstring nullable
passwordstring nullable
utm_sourcestring nullable
slugstring nullable
domainstring nullable
forward_paramsboolean nullable
utm_mediumstring nullable
head_tagsstring nullable
ga4_tag_idstring nullable
utm_termstring nullable
utm_campaignstring nullable

Example response

{
  "fb_pixel_id": null,
  "linkedin_partner_id": null,
  "microsoft_uet_tag_id": null,
  "reddit_pixel_id": null,
  "tiktok_pixel_id": null,
  "hide_referrer": null,
  "expiry_datetime": null,
  "expiry_destination": null,
  "rules": [],
  "twitter_pixel_id": null,
  "cloaking": null,
  "linkify_words": null,
  "full_url": "http://localhost:4000U",
  "og_description": null,
  "body_tags": null,
  "og_title": null,
  "note": null,
  "name": null,
  "id": 30,
  "gtm_id": null,
  "og_image": null,
  "block_bots": null,
  "snapchat_pixel_id": null,
  "utm_content": null,
  "enabled": null,
  "url": "https://www.somelink.com",
  "replacements": null,
  "deleted": null,
  "created_by_user_id": 7,
  "expiry_clicks": null,
  "workspace_id": 42,
  "public_analytics": null,
  "pinterest_tag_id": null,
  "utm_source": null,
  "slug": null,
  "domain": null,
  "forward_params": null,
  "utm_medium": null,
  "head_tags": null,
  "ga4_tag_id": null,
  "utm_term": null,
  "utm_campaign": null
}