Skip to main content
GET
/
embed
/
chat
/
{chatId}
Get chat by ID
curl --request GET \
  --url https://{customer-tenant}.nuwacom.ai/api/embed/chat/{chatId} \
  --header 'Authorization: Bearer <token>'
{
  "agent": {
    "id": "<string>"
  },
  "settings": {
    "id": "<string>",
    "$avatar": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chatId
string
required

Response

200 - application/json

OK

agent
object
required
settings
object
required
I