Get workspace analytics
Workspace-level publishing summary: post counts, delivery success, a 14-day publish timeline, and summed engagement across synced platforms.
Workspace-level publishing summary: post counts, delivery success, a 14-day publish timeline, and summed engagement across synced platforms.
Organization API key as a Bearer token (postify_live_…).
In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/analytics"{ "totals": { "posts": -9007199254740991, "published": -9007199254740991, "scheduled": -9007199254740991, "failed": -9007199254740991, "channels": -9007199254740991 }, "delivery": { "attempts": -9007199254740991, "success_rate": 0 }, "timeline": [ { "date": "string", "published": -9007199254740991 } ], "engagement": { "impressions": -9007199254740991, "likes": -9007199254740991, "comments": -9007199254740991, "shares": -9007199254740991, "clicks": -9007199254740991 }}API Reference
Interactive reference for the Postify public REST API (/v1) — every operation with its parameters, request and response schemas, required scopes, and runnable examples.
List channels GET
Lists every social account connected to the organization, with connection health. Use a channel's `id` when creating post variants. Not paginated — the channel count is plan-bounded.
