Hanzo
OpenapiSocial

Returns four counts for the caller's org: total posts, how many are scheduled,…

Returns four counts for the caller's org: total posts, how many are scheduled, how many have published, and how many accounts are connected.

GET /v1/social/summary

Addresshttps://api.hanzo.ai/v1/social/summary
MethodGET
Operationget_social_summary
AuthAuthorization: Bearer $HANZO_API_KEY

Returns four counts for the caller's org: total posts, how many are scheduled, how many have published, and how many accounts are connected. It is the dashboard roll-up, computed over the org's own rows in one read.

Request

GET /v1/social/summary takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200socialSummaryok

200 body — 4 fields.

FieldInTypeAlwaysDescription
accountsbodyintegerAccounts is how many accounts the org has connected, in any status.
postsbodyintegerPosts is how many posts the org has, in any state.
publishedbodyintegerPublished is how many of them have published.
scheduledbodyintegerScheduled is how many of them are waiting for their scheduled time.

Failure carries the platform error shape — see Errors.

Examples

hanzo social summary

Social API · All Hanzo APIs · Interactive reference

How is this guide?

On this page