cURL
curl --request GET \ --url https://api.oneofnone.io/v1/analytics/taps/individual/{slug} \ --header 'x-api-key: <api-key>'
{ "meta": [ { "name": "<string>", "type": "<string>" } ], "data": [ { "date": "<string>", "country_code": "<string>", "region_code": "<string>", "device": "<string>", "browser": "<string>", "os": "<string>", "total_taps": 123, "unique_users": 123 } ], "rows": 123, "statistics": { "elapsed": 123, "rows_read": 123, "bytes_read": 123 } }
1
1 <= x <= 1000
Successful response
Show child attributes