Chats

Mark chats as read (bulk)

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Chats/markChatsReadBulk" target="_blank">Try in sandbox</a><br>Mark several chats as read by chat IDs or mark all chats as read

post/api/v2/chats/read/bulk

Request body

idsstring

Entity ID(s), separated by comma.

allboolean

Entity ID(s), separated by comma.

Example request

{
  "ids": "1,2,3"
}

Response

Request executed with success.

Changes