Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET https://api.linquid.io/api/links/link_abc123 \ -H "Authorization: Bearer <token>"
{ "success": true, "data": { "id": "link_abc123", "shortCode": "abc123", "shortUrl": "https://linqu.id/abc123", "title": "Launch Link", "destinationUrl": "https://example.com/launch", "campaignId": "campaign_123", "conversionTracking": true, "trackingType": "pixel", "clicks": 104, "uniqueClicks": 91 } }
Get one workspace link with short URL and click stats
links:read
shortUrl
clicks
uniqueClicks
404
Was this page helpful?