Skip to main content
GET
/
socials
/
posts
/
{id}
/
analytics
Get post analytics
curl --request GET \
  --url https://api.crevio.co/v1/socials/posts/{id}/analytics \
  --header 'Authorization: <api-key>'
{
  "post_id": "<string>",
  "analytics": {},
  "hint": "<string>"
}

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

Post analytics

post_id
string
required
analytics
object
hint
string