Skip to main content

Get a Chat Room


https://api.deadsimplechat.com/consumer/api/v1/chatroom/:roomId

Get A Chat Room​

This endpoint allows you to get the details about a single chat room

Parameters
Path
roomIdstringroomId of the chat room you want to fetch
Query
authstringauth token

Responses​

200

JSON

{
"passwordProtected": false,
"enableOneToOneChat": false,
"moderatorOnlyOneToOneChat": false,
"enableChannels": false,
"showNotificationForAllChannels": false,
"enableLikeMessage": false,
"defaultNotificationEnabled": false,
"roomId": "x8z343Tlt",
"name": "Demo Chat Room",
"preModeratedChatRoom": false,
"roomPassword": null
}

404

JSON

{}