curl https://api.bouncy.ai/v1/links?page=1&limit=50&sortBy=clicks&order=desc \ -H "X-Api-Key: bcy_live_pk_YOUR_API_KEY"
{ "data": [ { "id": "link_abc123", "shortUrl": "https://bouncy.link/summer", "slug": "summer", "destination": "https://example.com/summer-sale", "title": "Summer Sale 2026", "description": "50% off everything", "tags": ["marketing", "sale"], "domain": "bouncy.link", "createdAt": "2026-02-01T12:00:00Z", "updatedAt": "2026-02-05T10:30:00Z", "enabled": true, "clicks": 1234 }, { "id": "link_def456", "shortUrl": "https://bouncy.link/promo", "slug": "promo", "destination": "https://example.com/promo", "title": "Special Promotion", "tags": ["marketing"], "domain": "bouncy.link", "createdAt": "2026-01-28T15:20:00Z", "updatedAt": "2026-02-03T09:15:00Z", "enabled": true, "clicks": 876 } ], "pagination": { "page": 1, "limit": 50, "totalCount": 245, "totalPages": 5, "hasMore": true } }
Retrieve a paginated list of your short links with filtering and sorting
bcy_live_pk_YOUR_API_KEY
1
50
createdAt
updatedAt
clicks
asc
desc
summer
marketing
grp_abc123
bouncy.link
Show properties