MeNotifications
Notifications raised for the signed-in user.
List your notifications
Returns the notifications raised for the calling user, newest first — a pair needing review, a request approaching its deadline, a delivery that failed. Requires `me.read`.
Mark a notification read
Marks one notification as read, which removes it from the unread count without deleting it. Requires `me.read`.
Mark all notifications read
Marks every outstanding notification for the calling user as read, clearing the unread count in one call. Requires `me.read`.
Delete a notification
Dismisses one notification for the calling user. It is removed from their list; nothing else is affected. Requires `me.read`.