List my notifications
Notification
List my notifications
Mirrors GraphQL myNotifications. Returns items + pagination (see PaginatedResponse) plus totalUnreadCount (global unread, not page-only).
GET
List my notifications
Authorizations
Headers
HMAC-SHA256 signature: HMAC-SHA256(secretKey, timestamp + METHOD + path + body). Optional -- when omitted, HMAC verification is skipped.
Request timestamp in epoch milliseconds. Required when x-signature is provided. Rejected if drift exceeds 5 minutes.
Query Parameters
Page size (max 100)
Available options:
ASC, DESC Available options:
_id, sendsAt, markAsRead Search in title and body (same as GraphQL filter.query)
Comma-separated NotificationType values (e.g. NEW_PICKS,WALLET_UPDATE)
true = unread only, false = read only, omit = all