Skip to content

Get best times to post

Returns the best times to post based on historical engagement data. Groups all published posts by day of week and hour (UTC), calculating average engagement per slot. Use this to auto-schedule posts at optimal times. Requires the Analytics add-on.

GET /v1/analytics/best-time

Returns the best times to post based on historical engagement data. Groups all published posts by day of week and hour (UTC), calculating average engagement per slot. Use this to auto-schedule posts at optimal times. Requires the Analytics add-on.

Parameters

  • platform (query, string) — Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.

  • profileId (query, string) — Filter by profile ID. Omit for all profiles.

  • accountId (query, string) — Filter by social account ID. Omit for all accounts.

  • source (query, string) — Filter by post origin. "late" for posts published via Zernio, "external" for posts imported from platforms.

Responses

200 — Best time slots

  • slots (array)

401

403 — Analytics access required. Legacy plans need the Analytics add-on; included by default on usage-based plans.

  • error (string)
  • requiresAddon (boolean)