Linkly's APIs
Linkly provides three ways to integrate with your applications:
- Link Shortening API - Create, update, and manage links programmatically
- Analytics API - Export click data and traffic reports
- Webhooks - Real-time click notifications
For no-code integrations, see our Zapier integration.
Link Shortening API
The Link Shortening API allows you to create, update, and manage links programmatically.
- Create single or bulk links (up to 1000 per request)
- Configure rotators, geo-redirects, and device redirects
- Set UTM parameters, Open Graph tags, and custom domains
- Rate limit: 20 requests/second (200/second available on request)
View Link Shortening API Documentation →
Analytics API
The Analytics API allows you to export click data and traffic reports.
- Export raw click data with full parameters, timestamps, and geolocation
- Generate API requests directly from the Linkly interface
- Rate limit: 200 queries/hour
View Analytics API Documentation →
Webhooks
Webhooks send real-time POST requests to your specified URL(s) when clicks occur.
- Link-level webhooks for specific links
- Workspace-level webhooks for all links
- Detailed click payload including country, device, browser, and more
OpenAPI Specification
Linkly's APIs are documented using the OpenAPI 3.0 standard.
Authorization
All API requests require:
- Your API Key
- Workspace ID
You can get these details from inside Linkly:
- Login to Linkly.
- Click Settings.
- Click API Keys.
