curl -X GET "https://api.linquid.io/api/links?page=1&limit=20&sortBy=createdAt&sortOrder=desc&archived=false" \ -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", "archived": false, "clicks": 104, "uniqueClicks": 91 } ], "meta": { "page": 1, "limit": 20, "sortBy": "createdAt", "sortOrder": "desc" } }
List workspace links with pagination, sorting, archive filtering, and click stats
1..100
asc
desc
true
false
links:read
shortUrl
Was this page helpful?