Skip to main content
POST
/
social
/
accounts
Sync accounts
curl --request POST \
  --url https://rawugc.com/api/v1/social/accounts \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Response

Accounts synced successfully

success
boolean