Developers

Automate short links with a lightweight HTTP API

Linkonda keeps the product simple: create short URLs, manage them with Bearer-auth API keys, check aggregate click counts, and layer on custom domains or webhooks when your workflow needs them.

What you can automate

  • Create short links from apps, scripts, and internal tools.
  • List, update, pause, resume, and batch-delete links you own.
  • Fetch aggregate click counts without per-visitor analytics.
  • Use branded short-link domains on Pro and Enterprise.
  • Trigger outbound webhooks on paid plans when you need system-to-system events.

API overview

Base URL examples below use the configured short-link origin for this deployment.

GET https://lnko.eu/api/quota
POST https://lnko.eu/api/links
GET https://lnko.eu/api/links
PATCH https://lnko.eu/api/links/:slug
DELETE https://lnko.eu/api/links/:slug

Bearer authentication is available on paid plans. Public machine-readable failures are documented on API error codes.

When to use Linkonda

  • Campaign links that need a short URL and QR code without building your own redirect service.
  • Internal tooling that generates short links for release notes, support macros, or event materials.
  • Developer workflows that need aggregate stats, but not identity-level behavioral tracking.