cURL
curl --request GET \ --url https://api.krumb.fun/api/links \ --header 'X-Api-Key: <x-api-key>' \ --header 'X-Email: <x-email>' \ --header 'X-Password: <x-password>'
{ "success": true, "links": [ { "short_id": "<string>", "original_url": "<string>", "clicks": 123, "created_at": "2023-11-07T05:31:56Z", "require_password": true } ] }
Fetch all links created by the authenticated user.
GET /api/links
X-Email: [[email protected]](mailto:[email protected]) X-Password: your\_password X-Api-Key: your\_api\_key
{ "success": true, "links": [ { "short_id": "abc123", "original_url": "https://example.com/long/link", "clicks": 42, "created_at": "2025-08-19T14:32:00.000Z" }, { "short_id": "xyz789", "original_url": "https://openai.com", "clicks": 5, "created_at": "2025-08-15T10:20:00.000Z" } ] }
400
403
Your account email
Your account password
Your API key
List of links retrieved
Show child attributes