Nurama Developers
Chats

Follow a chat to receive updates

Add the authenticated user to the chat's following list. Users in the following list receive notifications about new messages and updates. Works with all chat types (topic, member, submission). Following a chat multiple times is idempotent.

PUT
/chats/{chatId}/follow

Add the authenticated user to the chat's following list. Users in the following list receive notifications about new messages and updates. Works with all chat types (topic, member, submission). Following a chat multiple times is idempotent.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

chatId*string

The unique identifier of the chat to follow

Formatuuid

Response Body

curl -X PUT "https://example.com/chats/497f6eca-6276-4993-bfeb-53cbbbba6f08/follow"
Empty