Analytics
Post statistics: GET /analytics/post/:postId
Egy közzétett poszt platformstatisztikái.
Path
Method and path
GEThttps://api.posty.hu/public/v1/analytics/post/:postId
Authorization
analytics:readoperationId
getPostAnalyticsA published post's platform statistics. If the post has no platform ID recorded, record it first.
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| postId | útvonal | string | yes | The post ID. |
| date | lekérdezés | number | no | How many days back to request the data for. |
Request
curl "https://api.posty.hu/public/v1/analytics/post/clp0s7t8u9v0w1x2?date=7" \
-H "Authorization: psty_a_kulcsod"Related
- Authentication: API key and scopes.
- Errors and limits: error responses and rate limits.
- All endpoints: full list.
Is something missing from this page? Email [email protected] or use the form on the Help page.