Skip to main content
GET
/
socials
/
accounts
/
{id}
/
analytics
Get account analytics
curl --request GET \
  --url https://api.crevio.co/v1/socials/accounts/{id}/analytics \
  --header 'Authorization: <api-key>'
{
  "account_id": "sacct_abc123",
  "platform": "twitter",
  "analytics": {
    "followers": 12450,
    "following": 843,
    "total_posts": 156,
    "impressions_30d": 84200,
    "engagements_30d": 5320,
    "engagement_rate": 6.32
  }
}

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}

Path Parameters

id
string
required

Resource ID (prefix_id)

Response

Account analytics

account_id
string
required
platform
string
required
analytics
object

Normalized analytics, or null when unavailable. Fields are omitted when a platform does not expose them.