Authorizations
Default authentication mechanism
Query Parameters
The slug of the project to which the link belongs. For example, for app.codeqr.io/acme
, the projectSlug is acme
.
The domain to filter the links. For example, ac.me
. If not provided, all links of the project will be returned.
[OBSOLETO (use tagIds em vez disso)]: The unique ID of the tag assigned to the short link.
The IDs of the tags to filter the links.
The unique name of the tags assigned to the short link (case insensitive).
The search term to filter the links. The search term will be matched against the short link slug and the destination URL.
The ID of the user to filter by.
If should include archived links in the response. The default is false
if not provided.
The password to filter by.
The date and time the short link will expire in ISO-8601 format. Must be in the future.
Geographic segmentation information for the short link in JSON format {[COUNTRY]: https://example.com }
.
The iOS device to filter by.
The Android device to filter by.
The comments to filter by.
If should include tags in the response. The default is false
if not provided.
If should include links with conversion tracking enabled. The default is false
if not provided.
Filter links that have password protection (any password)
Filter links that have expiration date (any expiration)
Filter links that have UTM parameters
Filter links that have custom social media cards
Filter links that have geo-targeting
Filter links that have device targeting
Filter links that have comments (any comments)
Filter links that have tags (any tags)
Created after date (ISO string)
Created before date (ISO string)
Expires after date (ISO string)
Expires before date (ISO string)
Minimum number of clicks
x >= 0
Maximum number of clicks
x >= 0
The field to sort the links by. The default is createdAt
, and sort order is always descending.
createdAt
, clicks
, lastClicked
Link IDs to filter by.
The page number for pagination.
x > 0
1
The number of items per page.
0 < x <= 100
50
Response
A list of links
The response is of type Link · object[]
.