curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/conversations/:conversationId/messages/:messageIdFetch a single message by ID
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/conversations/:conversationId/messages/:messageIduser, quotedMessage, files, reactionCounts, and userReactions. The caller must be a member of the conversation.
reactionCounts and userReactions for the requesting user.
Forbidden — 403
{ "error": "You are not a member of this conversation.", "code": "chat/not-a-member" }
Not Found — 404
{ "error": "Message not found.", "code": "chat/message-not-found" }