Analytics
Get account stats
Account-wide totals: links, QR codes, all-time clicks, this week's clicks, plus your plan limits.
GET https://u2l.ai/api/v1/stats
Authorizations
Authorizationstringrequired
Bearer authentication header of the form Bearer <token>, where <token> is your U2L API key (u2l_live_...). Create one in the dashboard under Settings > API.
Response 200
totalLinksinteger
totalClicksinteger
totalQRCodesinteger
thisWeekClicksinteger
planstring
limitsobject
limits.maxLinksinteger | string
Number, or the string unlimited.
limits.maxQRCodesinteger | string
limits.apiRequestsPerMinuteinteger
limits.apiRequestsPerDayinteger
Errors
401 Missing or invalid API key.
429 Rate limit exceeded. Check X-RateLimit-Reset for when the window resets.
See Rate Limits & Errors for the error envelope and per-plan limits.