Skip to main content
GET
/
api
/
v1
/
conversations
/
{id}
cURL
curl --request GET \
  --url https://backend.wassist.app/api/v1/conversations/{id}/ \
  --header 'X-API-Key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "contact": {
    "phoneNumber": "<string>",
    "name": "<string>"
  },
  "activeAgent": "<string>",
  "chatWindowRemainingTime": "<string>",
  "lastMessage": "<string>",
  "isHumanTakeover": "<string>",
  "active": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key authentication. Pass your API key in the X-API-Key header.

Path Parameters

id
string
required

Response

200 - application/json
id
string<uuid>
required
contact
object
required
activeAgent
string
required
chatWindowRemainingTime
string
required
lastMessage
string
required
isHumanTakeover
string
required
active
string
required