Chatwee

room/get

Gets a list of chatrooms.


https://chatwee-api.com/v2/room
	

GET https://chatwee-api.com/v2/room?chatId=57c493789da1fbc017000029&clientKey=507f191e810c19729de860ea
	

{
    "rooms": [ {
        "id": "5ffeca599e2350479d82ef38",
        "threadId": "5ffeca599e2350479d82ef37",
        "name": "TESTROOM",
        "passwordProtected": true
    }]
}
	
Name Description Type Mandatory Remarks
chatId unique chat ID string yes available in 'INTEGRATION' section of the Chatwee Dashboard
clientKey client secret string yes available in 'INTEGRATION' section of the Chatwee Dashboard