Skip to main content
GET
/
api
/
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

The specific embedded chat identifier (UUID or unique string) used to retrieve the chat settings and agent information for the embedded chat experience. This value is found in the embed URL (e.g., /embed/chat/{chatId}).

Response

200 - application/json

OK

agent
object
required
settings
object
required