curl -X GET "https://api.hooked.ai/v1/social/account/list?platform=tiktok" \
-H "x-api-key: your_api_key_here"
{
"success": true,
"data": {
"accounts": [
{
"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": 1500000,
"following": 250,
"videos": 342,
"likes": 45000000
},
"analytics": {
"engagementRate": 12.5,
"viralityScore": 78.3,
"avgViews": 890000
},
"topHashtags": ["fitness", "workout", "gym"],
"keywords": ["fitness", "exercise", "motivation"],
"keywordsStatus": "completed",
"lastAnalyzed": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-01T00:00:00Z",
"profileUrl": "https://www.tiktok.com/@fitnessguru"
}
],
"total": 15,
"limit": 50,
"offset": 0
}
}
Get all social accounts analyzed by your team
curl -X GET "https://api.hooked.ai/v1/social/account/list?platform=tiktok" \
-H "x-api-key: your_api_key_here"
{
"success": true,
"data": {
"accounts": [
{
"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": 1500000,
"following": 250,
"videos": 342,
"likes": 45000000
},
"analytics": {
"engagementRate": 12.5,
"viralityScore": 78.3,
"avgViews": 890000
},
"topHashtags": ["fitness", "workout", "gym"],
"keywords": ["fitness", "exercise", "motivation"],
"keywordsStatus": "completed",
"lastAnalyzed": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-01T00:00:00Z",
"profileUrl": "https://www.tiktok.com/@fitnessguru"
}
],
"total": 15,
"limit": 50,
"offset": 0
}
}
tiktok: TikTok accounts onlyyoutube: YouTube accounts onlyShow data
Show account
curl -X GET "https://api.hooked.ai/v1/social/account/list?platform=tiktok" \
-H "x-api-key: your_api_key_here"
{
"success": true,
"data": {
"accounts": [
{
"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": 1500000,
"following": 250,
"videos": 342,
"likes": 45000000
},
"analytics": {
"engagementRate": 12.5,
"viralityScore": 78.3,
"avgViews": 890000
},
"topHashtags": ["fitness", "workout", "gym"],
"keywords": ["fitness", "exercise", "motivation"],
"keywordsStatus": "completed",
"lastAnalyzed": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-01T00:00:00Z",
"profileUrl": "https://www.tiktok.com/@fitnessguru"
}
],
"total": 15,
"limit": 50,
"offset": 0
}
}