cURL
curl --request GET \ --url https://api.reqlick.com/workspaces/{url}/analytics/clicks \ --header 'Authorization: Bearer <token>'
{ "clicks": 51, "uniqueVisitorCount": 22, "chartdata": [ { "date": "Jun 01", "Unique_visitors": 9, "Page_views": 12, "newVisitors": 9, "returnVisitors": 3 } ] }
Retrieve a clicks analytics for the authenticated workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved workspace clicks and analytics data
The response is of type object.
object