Mark all messages as delivered

PUT {{baseUrl}}/v3/group_channels/:channel_url/messages/mark_as_delivered

Mark all messages as delivered

Marks all messages in a group channel as delivered for a given user. This action is only applicable for users in a group channel.

https://sendbird.com/docs/chat/v3/platform-api/guides/messages#2-mark-all-messages-as-delivered

Request Body

{"application_id"=>"<string>", "channel_url"=>"<string>", "user_id"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Api-Tokenstring(Required)
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;ts&quot;:&quot;\u003cnumber\u003e&quot;}