Analytics

Access per-link click analytics and account-level statistics. Includes geographic, device, browser, referrer, and OS breakdowns.

GET/api/v1/stats

Get account-level statistics including total links, clicks, and plan limits.

curl "https://u2l.ai/api/v1/stats" \
  -H "Authorization: Bearer u2l_live_your_api_key"
200 OK
{
  "totalLinks": 142,
  "totalClicks": 8923,
  "totalQRCodes": 34,
  "thisWeekClicks": 456,
  "plan": "advanced",
  "limits": {
    "maxLinks": "unlimited",
    "maxQRCodes": "unlimited",
    "apiRequestsPerMinute": 120,
    "apiRequestsPerDay": 50000
  }
}