Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.04 KB

File metadata and controls

28 lines (19 loc) · 1.04 KB

Put Livechat Room on Hold

Put an active Livechat conversation on hold.

HTTP MethodURLRequires Auth
POST/api/v1/livechat/room.onHoldyes

Body

KeyExample ValueDescription
roomId*Z7223PfNPwH7ihQPhActive Livechat room ID.

Example Call

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"

Example Response

{
    "success": true
}