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 >= 1Filter 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 >= 1Filter short URLs with tap count less than or equal to this value.
x >= 1Include collection information in the response.
The maximum number of items to return (1-1000).
1 <= x <= 1000The number of items to skip before starting to collect the result set.
x >= 0The 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.