cURL
curl --request GET \ --url https://api.example.com/api/v1/chat/threads/{thread_id}
{ "thread_id": "<string>", "is_archived": true, "participants": [ {} ], "last_message_at": "<string>", "unread_count": 123, "needs_attention": true }
Get details of a specific thread.
curl https://api.ama2.me/api/v1/chat/threads/{thread_id} \ -H "Authorization: Bearer YOUR_JWT_TOKEN"