cURL
curl --request GET \ --url https://api.d1g.qzz.io/api/v1/analytics/account/summary \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "totalVideos": 42, "totalFollowers": 1250, "totalViews": 154200, "totalLikes": 12500, "averageEngagementRate": 8.11, "lastSyncedAt": "2025-01-21T14:30:00.000Z" } }
Get aggregated analytics for all connected TikTok accounts
Use JWT token (from Supabase auth) or API key (format: sk_live_...)
Account summary retrieved
true
Show child attributes