Linkkit
Linkkit is a link management API built for developers. Shorten URLs, generate QR codes, track clicks, and manage your entire link stack programmatically — without touching a dashboard. Every shortened URL is automatically screened against Google Safe Browsing before being saved. Bulk import up to 1,000 links in a single request. Track every click with country, city, device, browser, OS, and…
Linkkit endpoints
| Method | Endpoint | Description |
|---|---|---|
| Links | ||
| GET |
/health /health |
Returns `ok` if the API is up. No authentication required. |
| GET |
/v1/links/{shortCode} /v1/links/{shortCode} |
|
| POST |
/v1/links /v1/links |
Creates a new short link. The URL is screened against a local blocklist, a database blocklist, and Google Safe Browsing before being saved. |
| PATCH |
/v1/links/{shortCode} /v1/links/{shortCode} |
Partial update — only include fields you want to change. |
| GET |
/v1/links /v1/links |
Returns a paginated list of short links, ordered by creation date descending. |
| DELETE |
/v1/links/{shortCode} /v1/links/{shortCode} |
|
| Tags | ||
| POST |
/v1/tags /v1/tags |
|
| PATCH |
/v1/tags/{id} /v1/tags/{id} |
|
| DELETE |
/v1/tags/{id} /v1/tags/{id} |
|
| GET |
/v1/tags /v1/tags |
|
| GET |
/v1/tags/{id} /v1/tags/{id} |
|
| QR Codes | ||
| GET |
/v1/qr-codes/{id} /v1/qr-codes/{id} |
|
| DELETE |
/v1/qr-codes/{id} /v1/qr-codes/{id} |
|
| POST |
/v1/qr-codes /v1/qr-codes |
|
| PATCH |
/v1/qr-codes/{id} /v1/qr-codes/{id} |
|
| GET |
/v1/qr-codes /v1/qr-codes |
|
| Analytics | ||
| GET |
/v1/analytics/summary /v1/analytics/summary |
Returns total link count and total click count, optionally filtered by a date range. |
| GET |
/v1/analytics/links/{shortCode} /v1/analytics/links/{shortCode} |
Returns paginated click events for a specific short link, with device, geo, and referrer breakdown. |
| Lists | ||
| DELETE |
/v1/lists/{id} /v1/lists/{id} |
|
| POST |
/v1/lists /v1/lists |
|
| GET |
/v1/lists /v1/lists |
|
| GET |
/v1/lists/{id} /v1/lists/{id} |
|
| PATCH |
/v1/lists/{id} /v1/lists/{id} |
|
| UTM Templates | ||
| POST |
/v1/utm-templates /v1/utm-templates |
|
| GET |
/v1/utm-templates/{id} /v1/utm-templates/{id} |
|
| GET |
/v1/utm-templates /v1/utm-templates |
|
| PATCH |
/v1/utm-templates/{id} /v1/utm-templates/{id} |
|
| DELETE |
/v1/utm-templates/{id} /v1/utm-templates/{id} |
|
Linkkit pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $9 / month | 10 / second |
|
| ULTRA | $29 / month | 20 / second |
|
| MEGA | $79 / month | 50 / second |
|