Put an active Livechat conversation on hold.
| HTTP Method | URL | Requires Auth |
|---|---|---|
POST | /api/v1/livechat/room.onHold | yes |
| Key | Example Value | Description |
|---|---|---|
roomId* | Z7223PfNPwH7ihQPh | Active Livechat room ID. |
curl --location --request POST 'http://localhost:3000/api/v1/livechat/room.onHold \
--header 'X-Auth-Token: myauth-token' \
--header 'X-User-Id: myuser-name'
-d "roomId=Z7223PfNPwH7ihQPh"{
"success": true
}