curl --request GET \
--url https://api.staging.kathan.tech/chat \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"status": "<string>",
"data": {},
"message": "<string>"
}List all chat sessions for the user
curl --request GET \
--url https://api.staging.kathan.tech/chat \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"status": "<string>",
"data": {},
"message": "<string>"
}API key authentication.
Required user id for API key requests.
Number of chats to return
Number of chats to skip
Was this page helpful?