cURL
curl --request GET \ --url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/share/{shareId}/analytics \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "shareId": "<string>", "totalViews": 123, "uniqueViewers": 123, "continuationCount": 123, "createdAt": "2023-11-07T05:31:56Z", "lastViewedAt": "2023-11-07T05:31:56Z", "viewTimeline": [ { "date": "<string>", "views": 123 } ], "viewerLocations": [ { "country": "<string>", "count": 123 } ] }, "meta": { "timestamp": "2023-11-07T05:31:56Z", "requestId": "<string>" } }
Auth0 access token for registered users.
Share identifier returned by POST /api/v1/share.
8 - 64
24h
7d
30d
all
Analytics returned.
true
Show child attributes