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
}

Documentation Index

Fetch the complete documentation index at: https://docs.rawugc.com/llms.txt

Use this file to discover all available pages before exploring further.

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