cURL
curl --request GET \ --url http://localhost:8080/api/v1/analytics/unique-users-per-day \ --header 'Authorization: <api-key>'
{ "data": [ 123 ], "labels": [ "<string>" ] }
Get the number of unique users per day
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
OK
Was this page helpful?