Analytics

Post statistics: GET /analytics/post/:postId

A published post's platform statistics.

Path

Method and path
GEThttps://api.posty.hu/public/v1/analytics/post/:postId
Authorization
analytics:read
operationId
getPostAnalytics

A published post's platform statistics. If the post has no platform ID recorded, record it first.

Parameters

NameLocationTypeRequiredDescription
postIdpathstringyesThe post ID.
datequerynumbernoHow many days back to request the data for.

Request

curl "https://api.posty.hu/public/v1/analytics/post/clp0s7t8u9v0w1x2?date=7" \
  -H "Authorization: psty_your_key"

Related

Is something missing from this page? Email [email protected] or use the form on the Help page.