API endpoint
https://tau.id/api/v1/stats/{link_id}
Request example
curl --location --request GET 'https://tau.id/api/v1/stats/{link_id}?name={name}&from={from}&to={to}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Parameters
name
click, browser, city, country, device, language, operating_system, referrer.
from
Y-m-d format.
to
Y-m-d format.
search
search_by
value for Value.
sort_by
count for Count, value for Value. Defaults to: count.
sort
desc for Descending, asc for Ascending. Defaults to: desc.
per_page
10, 25, 50, 100. Defaults to: 10.