cURL
curl --request GET \ --url https://rawugc.com/api/v1/social/accounts \ --header 'Authorization: Bearer <token>'
{ "accounts": [ { "accountId": "<string>", "platform": "tiktok", "username": "<string>", "displayName": "<string>", "profilePicture": "<string>", "isActive": true } ], "count": 123 }
List all social media accounts connected to your organization. Supports up to 3 accounts per organization.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
List of connected accounts
Show child attributes
Was this page helpful?