Get recommended posting times for a platform
Recommended day/hour posting slots for one platform, computed from the workspace's own posting history (publish time × engagement of every post published on that platform, recency-weighted, outlier-damped). Times are bucketed in the requesting user's timezone (overridable via timezone). When the workspace has fewer than 15 analyzed posts on the platform, a static industry-average table is returned instead — basis flips from own_data to defaults and posts_needed says how many more published posts unlock personalized recommendations. Grid scores are relative within the platform (100 = the best slot). Requires the analytics:read scope.
Query parameters
Platform identifier (e.g. instagram, tiktok, linkedin, linkedin_page, x).
IANA timezone for the buckets (e.g. Europe/Amsterdam). Defaults to the account's timezone, then UTC.
Response
Best-time grid and top recommendations
Example response
{
"recommendations": [
{
"time": "15:00"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.