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
curl -X GET "https://api.klipl.ink/v1/links" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "links": [ { "short_url": "https://klipl.ink/your-link", "destination_url": "https://example.com/", "clicks": 255, "created_at": "2025-11-06T14:30:00.000Z", "title": "Example Link" }, { "short_url": "https://link.your-domain.com/custom-link", "destination_url": "https://example.com/page", "clicks": 128, "created_at": "2025-11-05T10:15:00.000Z", "title": "Custom Domain Link" } ] }
Returns a list of all short links for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of links
true
Show child attributes