NotifyHub
Openapi

List notifications

GET
/v1/me/notifications

Returns a paginated list of notifications for the authenticated recipient. Filter by status (all, unread, read, archived), type, or topicId. Use cursor for keyset pagination. Results are ordered by creation time descending, newest first.

Authorization

recipientSession
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://loading/v1/me/notifications"
Empty