Skip to main content
POST
/
socials
/
sync
Sync connected accounts
curl --request POST \
  --url https://api.crevio.co/v1/socials/sync \
  --header 'Authorization: <api-key>'
{
  "synced": 123,
  "account_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://crevio.co/docs/llms.txt

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

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Response

Synced

synced
integer
required
account_count
integer
required