Skip to main content
Linkly is a URL shortener with click tracking: branded short links, UTM tagging, link rotators, retargeting pixels and click analytics by country, platform, referrer and campaign.

🚀 Quickstart

Connect to Linkly with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Linkly.
2

Connect Linkly

Go to Connections -> Add Test Connection -> Linkly -> enter your API key and click Authorize. See the connect guide for how to obtain a key.
3

Call the Linkly API

Let’s make your first request to the Linkly API. Replace the placeholders below with your secret key, integration ID, and connection ID:
Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.

📚 Linkly integration guides

Official docs: Linkly API docs · OpenAPI spec

🧩 Pre-built syncs & actions for Linkly

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.

API gotchas

  • Most endpoints are scoped to a workspace: GET /api/v1/workspaces returns the workspace IDs your key can access, and link and analytics endpoints live under /api/v1/workspace/{workspace_id}/....
  • POST /api/v1/link both creates and updates: send url and workspace_id to create, or id plus the fields to change to update.
  • Click analytics (/clicks and /clicks/counters/{counter}) accept start/end as YYYY-MM-DD and return JSON by default; pass format=csv for exports.