Headers

Path parameters

  • id integer Required

    The chatroom id

Responses

  • 200 application/json

    check if a chatroom is an established dialogue

    Hide response attribute Show response attribute object
  • 401 application/json

    Unauthorized.

    Hide response attribute Show response attribute object
  • Forbidden - You don't have permission to access this route

GET /chat/chatrooms/{id}/check-dialogue
curl \
 -X GET https://domain.tld/api/v2/chat/chatrooms/{id}/check-dialogue \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "X-Popsell-Brand: 3"
Response examples (200)
{
  "established_dialogue": true
}
Response examples (401)
{
  "message": "Unauthorized."
}