List links
Returns your links, newest first by default, with pagination. Filter by type, domain, folder, tag, or free-text search across slug, destination, and title.
Authorizations
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.
Query Parameters
Page number (1-based). Defaults to 1.
Results per page (max 100). Defaults to 25.
Filter by link type. One of: SL, QR.
Filter by domain.
Filter by folder ID.
Filter by tag.
Free-text search across slug, destination, and title.
Sort field. One of: createdAt, title, clicks. Defaults to "createdAt".
Sort direction. One of: asc, desc. Defaults to "desc".
Response 200
Link ID (UUID).
The part after the domain.
The link's domain.
Where the link redirects to.
Optional title.
Expiration time, if set.
true = 301 redirect, false = 302.
SL = short link, QR = QR code, PG = link-in-bio page. One of: SL, QR, PG.
Total clicks.
Custom social preview title.
A/B variant destination.
Traffic percentage to destination A.
QR styling options (QR links only).
Open in the phone's default browser when tapped inside in-app browsers (Android).
Errors
See Rate Limits & Errors for the error envelope and per-plan limits.