cURL
curl --request GET \ --url https://api.example.com/api/chat/chats \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "chats": [ {} ] }
Fetch all document chats for the authenticated user
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?