Update Chat Live

Updates the status of an existing live chat. This endpoint allows you to activate or deactivate the chat associated with a specific live stream.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to change the chat’s operational state.
You can set the status to:

"active" → to enable the chat and allow viewer interaction.

"inactive" → to disable the chat and hide it from the live player.

🚧

Note

By default, when a chat is created, its status is automatically set to "active".

ParameterTypeDescription
live_nameString(UUID)(Optional) Name of the live event (used only for identification).
chat_idString(UUID)ID of the chat whose status you want to change (this ID is generated when the chat is created).
statusStringThe new status for the chat. Accepts: "active" or "inactive".
Body Params
string
required
string
required

"active", "inactive"

string
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json