GET
/
v1
/
products
/
{id}
/
taps

Authorizations

x-api-key
string
headerrequired

The API key required for accessing protected routes. It should be included in the request headers as x-api-key.

Path Parameters

id
string
required

The unique identifier of the product.

Query Parameters

min_date
string

Filter taps occurring after this date (inclusive).

max_date
string

Filter taps occurring before this date (inclusive).

postal_code
string

Filter taps by postal code.

city
string

Filter taps by city.

region_code
string

Filter taps by region code (2-character).

country_code
string

Filter taps by country code (2-character).

is_eu
boolean

Filter taps by whether the location is within the European Union.

os
string

Filter taps by the operating system of the device.

device_model
string

Filter taps by device model.

device_vendor
string

Filter taps by device vendor.

limit
integer

The maximum number of items to return (1-1000).

offset
integer

The number of items to skip before starting to collect the result set.

order
enum<string>

The sort order of the results.

Available options:
asc,
desc
order_by
string

The field by which to order the results.

Response

200 - application/json
data
object[]

List of taps (clicks) on short URLs.

pagination
object