Zum Hauptinhalt springen
GET
Get Chat
Rufe die Details eines bestehenden Chats anhand seiner ID ab.

Authentifizierung

Diese Anfrage benötigt deinen API-Key im x-api-key-Header.

Request

chatId
string
erforderlich
ID des abzurufenden Chats.

Response

id
string
erforderlich
ID des Chats.
chatbotId
string
erforderlich
ID des Chatbots, zu dem der Chat gehört.
userId
string
erforderlich
ID des verknüpften Endnutzers.
organizationId
string
erforderlich
ID der Organisation, der der Chat gehört.
createdAt
string
erforderlich
ISO-8601-Zeitstempel, wann der Chat erstellt wurde.

Beispiele

Erfolgreiche Response

Fehler-Response

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

chatId
string
erforderlich

Antwort

200 - application/json
id
string
erforderlich
chatbotId
string
erforderlich
userId
string
erforderlich
organizationId
string
erforderlich
createdAt
string
erforderlich