Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://jamquest-dev.techboo.net/api/v1/user/chats \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "data": [ { "music_request_id": 123, "other_user": { "id": 123, "name": "<string>" }, "last_message": { "message": "<string>", "created_at": "2023-11-07T05:31:56Z", "sender_id": 123 }, "message_count": 123 } ] }
Retrieves all chats for the authenticated user, grouped by music request
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
User's chats retrieved successfully
"ok"
Show child attributes