read = list and analytics. manage = create, update, delete. Enable short links on the workspace before POST.
In short
POST /v1/short-links creates the link
GET .../analytics and GET .../clicks measure performance
- Auth:
Authorization: Bearer sk_live_...
Scopes: API Key scopes.
1. Create link
1A, Dashboard
Add-ons → Short links → new link → destination URL (optional custom code).
1B, API
Scope: short_links:manage.
Response: shortUrl, id, code.
2. List links
Scope: short_links:read.
Optional filter: &source=API, MANUAL, or AUTO.
3. Analytics
Last 7 days by hour (default). For daily: granularity=day.
4. List clicks
5. Pause or delete
Next steps