Skip to content

Mark a channel read

POST
/api/chat/channels/{channelId}/read

Moves this user’s read watermark, clearing the channel’s unread count.

channelId
required
string format: uuid

Optional explicit watermark

object
readAt
string format: date-time

Watermark moved

object
ok
required
boolean
data
nullable

Invalid input

object
ok
required
boolean
error
required
string
code
string

Unauthenticated

object
ok
required
boolean
error
required
string
code
string

Forbidden

object
ok
required
boolean
error
required
string
code
string

Channel not found

object
ok
required
boolean
error
required
string
code
string

Server error

object
ok
required
boolean
error
required
string
code
string