curl -X POST "https://api.hooked.ai/v1/social/account/clx123abc/refresh" \ -H "x-api-key: your_api_key_here"
{ "success": true, "message": "Account refreshed successfully", "data": { "account": { "id": "clx123abc", "username": "fitnessguru", "platform": "tiktok", "displayName": "Fitness Guru", "bio": "Helping you get fit one video at a time", "avatarUrl": "https://cdn.tiktok.com/avatar.jpg", "isVerified": true, "stats": { "followers": 1520000, "following": 252, "videos": 348, "likes": 46500000 }, "analytics": { "engagementRate": 12.8, "viralityScore": 79.1, "avgViews": 920000 }, "lastAnalyzed": "2024-01-16T10:30:00Z", "profileUrl": "https://www.tiktok.com/@fitnessguru" } } }
Refresh account data with latest information from the platform
Show data
Account refreshed successfully