Headers
-
The id of the target brand
Path parameters
-
The chatroom id
GET
/chat/chatrooms/{id}/check-dialogue
curl \
--request GET https://domain.tld/api/v2/chat/chatrooms/{id}/check-dialogue \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-Popsell-Brand: 3"
Response examples (200)
{
"established_dialogue": true
}
Response examples (401)
{
"message": "Unauthorized."
}