Get collection taps
Fetches taps (clicks) on short URLs associated with a specific collection by its ID. Supports filtering by date, location, device details, and pagination.
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
The unique identifier of the collection.
Query Parameters
The earliest date for taps to filter.
The latest date for taps to filter.
The postal code to filter taps by.
The city to filter taps by.
The region code (two-letter ISO) to filter taps by.
2
The country code (two-letter ISO) to filter taps by.
2
Filter taps by whether the country is in the European Union.
The operating system to filter taps by.
The device model to filter taps by.
The device vendor to filter taps by.
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.
The sort order of the results.
asc
, desc
The field by which to order the results.
Response
List of taps (clicks) on short URLs.