Retrieve a paginated list of links for the authenticated workspace.
Default authentication mechanism
The domain to filter the links by. E.g. ac.me
. If not provided, all links for the workspace will be returned.
Deprecated: Use tagIds
instead. The tag ID to filter the links by.
The tag IDs to filter the links by.
The unique name of the tags assigned to the short link (case insensitive).
The folder ID to filter the links by.
The search term to filter the links by. The search term will be matched against the short link slug and the destination url.
The user ID to filter the links by.
The ID of the tenant that created the link inside your system. If set, will only return links for the specified tenant.
Whether to include archived links in the response. Defaults to false
if not provided.
DEPRECATED. Filter for links that have at least one tag assigned to them.
The field to sort the links by. The default is createdAt
.
createdAt
, clicks
, saleAmount
, lastClicked
The sort order. The default is desc
.
asc
, desc
DEPRECATED. Use sortBy
instead.
createdAt
, clicks
, saleAmount
, lastClicked
The page number for pagination.
x > 0
1
The number of items per page.
0 < x <= 100
50
A list of links
The response is of type Link · object[]
.