Chat Platform API v3
Chat Platform API
Chat Platform API
Version 3
Freeze an open channel
Copy link
Freezes or unfreezes an open channel.
Note: To learn more about other available moderation tools, see Moderation Overview.
HTTP request
Copy link
Note: If you are using the in-app channel in Delight AI agent, the endpoint for your API request should start with
https://api-{application_id}.svc.delight.ai/v3instead ofhttps://api-{application_id}.sendbird.com/v3. For more details, refer to our Delight AI agent guide.
Parameters
Copy link
The following table lists a parameter that this action supports.
Required
| Parameter name | Type | Description |
|---|---|---|
channel_url | string | Specifies the URL of the channel. |
Request body
Copy link
The following table lists the property of an HTTP request that this action supports.
Required
| Property name | Type | Description |
|---|---|---|
freeze | boolean | Determines whether to freeze the channel. (Default: true) |
Response
Copy link
If successful, this action returns an open channel resource in the response body.
On this page