Skip to main content
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.

1A, Dashboard

Add-ons → Short links → new link → destination URL (optional custom code).

1B, API

Scope: short_links:manage.
Response: shortUrl, id, code.
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