🚀 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.
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.
- cURL
- Node
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.
📚 Linkly integration guides
- Connect to Linkly Obtain your Linkly API key and connect it to Nango.
🧩 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.API gotchas
- Most endpoints are scoped to a workspace:
GET /api/v1/workspacesreturns the workspace IDs your key can access, and link and analytics endpoints live under/api/v1/workspace/{workspace_id}/.... POST /api/v1/linkboth creates and updates: sendurlandworkspace_idto create, oridplus the fields to change to update.- Click analytics (
/clicksand/clicks/counters/{counter}) acceptstart/endasYYYY-MM-DDand return JSON by default; passformat=csvfor exports.