curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/conversation
{ "currentMember": {}, "memberCount": 123}
Space — Chat
Get Space Conversation
Get or create the chat conversation for a space
GET
/
:projectId
/
api
/
v7
/
spaces
/
:spaceId
/
conversation
Get Space Conversation
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/conversation
{ "currentMember": {}, "memberCount": 123}
Returns the chat conversation associated with a space. If no conversation exists yet, one is created automatically. Requires authentication. The caller must have a space membership record that is not "banned" (pending members are allowed).