Skip to main content
GET
/
social
/
accounts
List connected accounts
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
}

Authorizations

Authorization
string
header
required

Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY

Response

List of connected accounts

accounts
object[]
count
integer