curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/conversations/:conversationId{
"currentMember": {},
"memberCount": 123
}Fetch a single conversation by ID
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/conversations/:conversationId{
"currentMember": {},
"memberCount": 123
}null if the user has no membership record.Not Found — 404
{ "error": "Conversation not found.", "code": "chat/not-found" }