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
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
}