Authentication
This endpoint requires authentication using a Bearer token.Endpoint
GET
/links
Query Parameters
The domain to filter the links by. E.g.
ac.me. If not provided, all links for the workspace will be returned.The tag IDs to filter the links by. Can be a comma-separated list.
The unique name of the tags assigned to the short link (case insensitive). Can be a comma-separated list.
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.
The field to sort the links by. Options:
createdAt, clicks, saleAmount, lastClicked.The sort order. Options:
asc, desc.The page number for pagination.
The number of links to return per page. Maximum is 100.
Response
Returns an array of link objects.The unique ID of the short link.
The domain of the short link.
The short link slug.
The destination URL of the short link.
The ID of the link in your database.
Whether to track conversions for the short link.
Whether the short link is archived.
The date and time when the short link will expire in ISO-8601 format.
The password required to access the destination URL of the short link.
Whether the short link uses Custom Link Previews feature.
The title of the short link.
The description of the short link.
The image of the short link.
Whether the short link uses link cloaking.
The iOS destination URL for the short link.
The Android destination URL for the short link.
Geo targeting information for the short link.
The tags assigned to the short link.
The comments for the short link.
The full URL of the short link, including the https protocol.
The full URL of the QR code for the short link.
The UTM source of the short link.
The UTM medium of the short link.
The UTM campaign of the short link.
The workspace ID of the short link.
The number of clicks on the short link.
The number of leads the short link has generated.
The number of leads that converted to paying customers.
The total number of sales generated by the short link.
The total dollar value of sales (in cents) generated by the short link.
The date and time when the short link was last clicked.
The date and time when the short link was created.
The date and time when the short link was last updated.