Retrieve links count
Retrieve the number of links for the authenticated workspace. The provided query parameters allow filtering the returned links.
Authorizations
Default authentication mechanism
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 ID to filter the links by. This field is deprecated – use tagIds
instead.
The tag IDs to filter the links by.
The unique name of the tags assigned to the short link (case insensitive).
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.
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 group the links by.
domain
Response
The number of links matching the query.
Was this page helpful?