Count
Retrieve the number of links for the authenticated workspace. The provided query parameters allow filtering the returned links.
Arguments
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 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.
Whether to include tags in the response. Defaults to false
if not provided.
The field to group the links by. Available options are domain
and tagId
.
Response
The number of links matching the query.
Was this page helpful?