Documentation Index
Fetch the complete documentation index at: https://mintlify.com/devxtra-community/hayon/llms.txt
Use this file to discover all available pages before exploring further.
All Analytics endpoints require a valid Bearer token.
GET /api/analytics/timeline
Query parameters
Time window for aggregation. Accepted values:
7d or 30d.Filter data to a single platform. Accepted values:
bluesky, threads, instagram, facebook, mastodon, tumblr. Omit to aggregate across all connected platforms.Response
Array of daily engagement data points.
POST /api/analytics/posts/:postId/refresh
Path parameters
MongoDB ObjectId of the post to refresh.
Query parameters
Platform to fetch analytics for. Accepted values:
bluesky, threads, instagram, facebook, mastodon, tumblr.Response
Examples
Example response — timeline
200
Example response — refresh
200
Error responses
429 Rate limit exceeded
400 Missing parameters
