Skip to main content
GET
/
chat
/
{chat_id}
Get Chat
curl --request GET \
  --url https://api.staging.kathan.tech/chat/{chat_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-User-ID: <api-key>'
{
  "status": "<string>",
  "data": {},
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication.

X-User-ID
string
header
required

Required user id for API key requests.

Path Parameters

chat_id
string
required

Response

Successful Response

status
string
required
data
Data · object
message
string | null