List short URLs
Fetches a list of short URLs with optional filtering and pagination. Short URLs can be filtered by collection, token, title, destination URL, creation/update dates, and tap count. Collection information can be included in the response if requested.
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Query Parameters
Filter short URLs by collection ID.
Filter short URLs by token ID.
x >= 1
Filter short URLs by title.
Filter short URLs by destination URL.
Filter short URLs created after this date.
Filter short URLs created before this date.
Filter short URLs updated after this date.
Filter short URLs updated before this date.
Filter short URLs with tap count greater than or equal to this value.
x >= 1
Filter short URLs with tap count less than or equal to this value.
x >= 1
Include collection information in the response.
The maximum number of items to return (1-1000).
1 <= x <= 1000
The number of items to skip before starting to collect the result set.
x >= 0
The sort order of the results.
asc
, desc
The field by which to order the results.
If true, returns additional pagination metadata including total count and total pages.
Response
Successfully retrieved short URLs.
The response is of type object
.