---
title: "List notifications: GET /notifications | Posty dokumentáció"
description: "A munkaterület értesítései, lapozva."
canonical: https://posty.hu/en/docs/api/endpoints/ertesitesek
source: https://posty.hu/en/docs/api/endpoints/ertesitesek.md
---

Notifications

# List notifications: GET /notifications

A munkaterület értesítései, lapozva.

## Path

Method and path

GEThttps://api.posty.hu/public/v1/notifications

Authorization

`posts:read`

operationId

`listNotifications`

The workspace notifications, paginated. The same list the bell icon shows in the interface: failed publishing, a disconnected channel, a limit warning.

## Parameters

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| page | lekérdezés | number | no | The page number, starting from zero. |

## Request

```
curl "https://api.posty.hu/public/v1/notifications?page=0" \
  -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.
