Skip to main content
GET
List links

Authorizations

Authorization
string
header
required

Clerk tenant API key. The organizationId encoded by the key is the exact and only tenant scope.

Query Parameters

folderId
string
archived
boolean

Filter archived links.

sortBy
enum<string>
default:createdAt
Available options:
createdAt,
clicks,
saleAmount,
lastClicked
sortOrder
enum<string>
default:desc
Available options:
asc,
desc
limit
integer
default:100

Page size. Invalid values use 100; values above 100 are capped at 100.

Required range: 1 <= x <= 100
cursor
string

Opaque continuation token returned by this links collection. Cursors are bound to this endpoint (and, for nested or sorted collections, to that parent or sort) and cannot be reused elsewhere.

Response

Tenant-scoped collection.

Standard envelope for canonical collection endpoints.

organizationId
string
required
filters
object
required

Normalized filters actually applied to the request.

data
object[]
required
pagination
object
required