Marks one notification activity as read for the authenticated user and returns the updated notification plus the new unread count. The id is the activity id returned by /v3/me/notifications; the internal notification bulletin id remains opaque. Returns 404 if the activity is not part of the authenticated user's notifications feed.

Path Params
id
integer
required
Activity id returned by the notifications feed.
POST
https://api.are.na/v3/me/notifications/{id}/read
Response to marking a single notification as read. Returns the updated
meta
NotificationReadMeta!
The authenticated user's unread notification state after a mutation.
notifications
integer!
Number of unread notifications remaining.
data
Notification!
A notification feed activity with read state.
id
integer!
Unique identifier for the underlying activity.
created_at
string (date-time)!
When the activity occurred.
kind
ActivityKind!
The normalized activity kind. Encodes the actor's action and the item /
followed_userfollowed_channelfollowed_groupadded_block_to_channeladded_channel_to_channelcreated_channelcollaborating_with_user_on_channelcollaborating_with_group_on_channelcommented_on_blockmentioned_youadded_user_to_group
actor
ActivityActor!
User or group who performed the activity.
EmbeddedUser
EmbeddedUser
Embedded user representation (used when user is nested in other resources)
EmbeddedGroup
EmbeddedGroup
Embedded group representation (used when group is nested in other resources)
item
ActivitySubject!
ActivitySubject
ActivitySubject
Resource involved in a feed activity.
unknown
null
target
ActivitySubject!
ActivitySubject
ActivitySubject
Resource involved in a feed activity.
unknown
null
parent
ActivitySubject!
ActivitySubject
ActivitySubject
Resource involved in a feed activity.
unknown
null
type
string!
Notification
is_read
boolean!
Whether the authenticated user has read this notification.