Skip to main content
POST
/
v1
/
social
/
sync
Sync accounts
curl --request POST \
  --url https://api.usenaive.ai/v1/social/sync \
  --header 'Authorization: Bearer <token>'
{
  "synced": 123,
  "team_count": 123
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Response

200 - application/json

OK.

synced
number
team_count
number