---
title: "Channel statistics: GET /analytics/:integration | Posty dokumentáció"
description: "Egy csatorna statisztikái a kért időszakra."
canonical: https://posty.hu/en/docs/api/endpoints/csatorna-statisztika
source: https://posty.hu/en/docs/api/endpoints/csatorna-statisztika.md
---

Analytics

# Channel statistics: GET /analytics/:integration

Egy csatorna statisztikái a kért időszakra.

## Path

Method and path

GEThttps://api.posty.hu/public/v1/analytics/:integration

Authorization

`analytics:read`

operationId

`getChannelAnalytics`

A channel's statistics for the requested period. The numbers are the platform's own measurements, with the definition the platform uses.

## Parameters

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| integration | útvonal | string | yes | The channel 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/clx1a2b3c4d5e6f7g8h9?date=30" \
  -H "Authorization: psty_a_kulcsod"
```

Kód másolása

## Related

- [Authentication](https://posty.hu/en/docs/api/authentication): API key and scopes.
- [Errors and limits](https://posty.hu/en/docs/api/errors): error responses and rate limits.
- [All endpoints](https://posty.hu/en/docs/api/endpoints): full list.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
