Skip to main content

Turn On Chat


<button style={{ marginBottom: "10px" }} class="button button--outline button--active button--primary"> Post

https://api.deadsimplechat.com/consumer/api/v1/chatRoom/:roomId/on

Turn on Chat Room

This endpoint lets you turn on the chat room. The chat room will be dynamically turned-on without needing the users to refresh the page.

info

The auth query parameter is your private key. You can find it in your Dashboard under Developer -> Private Key.

Turn on Chat Roomdescription
Parameters
roomIdstringroomID of the chatRoom
Query
authstringDashboard -> Developer -> Private Key is your auth.

Responses

200

JSON

{
success: true
}

400

JSON
{
"message": "invalid accessToken"
}