get https://api2.frontapp.com/conversations//messages
List the messages in a conversation in reverse chronological order (newest first).
Responses
301If the conversation has been merged, the response redirects you to the merged conversation.
List the messages in a conversation in reverse chronological order (newest first).
301If the conversation has been merged, the response redirects you to the merged conversation.
xxxxxxxxxx
curl --request GET \
--url https://api2.frontapp.com/conversations/cnv_123/messages \
--header 'accept: application/json'