Get the best times to post
Coming soon — Analytics endpoints are being rolled out and may return empty data until the rollout completes.
Returns historical engagement slots grouped by UTC day of week and hour, ordered by average engagement descending.
Authorization
bearerAuth PostZen API key.
In: header
Query Parameters
Filter by platform.
Filter by PostZen profile id.
Filter by connected social account id.
Filter by PostZen-published or externally imported posts.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/analytics/best-time"{ "slots": [ { "day_of_week": 0, "hour": 0, "avg_engagement": 0, "post_count": 0 } ]}{ "error": "JSON body is required"}{ "error": "Unauthorized"}{ "error": "string"}{ "error": "API key requires read_write permission"}{ "error": "Not found"}{ "error": "rate_limited", "retryAfter": 30}{ "error": "Failed to create post"}Get daily analytics metrics GET
> **Coming soon** — Analytics endpoints are being rolled out and may return empty data until the rollout completes. Returns daily aggregate metrics and a per-platform breakdown. Publish attribution assigns lifetime metrics to the post's publish date; received attribution assigns metric deltas to the day they were observed.
Get follower statistics GET
> **Coming soon** — Analytics endpoints are being rolled out and may return empty data until the rollout completes. Returns follower history and growth for connected accounts at daily, weekly, or monthly granularity.