List all messages in the conversation
cURL
curl --request GET \ --url https://app.chatwoot.com/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/messages
[ { "id": "<string>", "content": "<string>", "message_type": "<string>", "content_type": "<string>", "content_attributes": "<string>", "created_at": "<string>", "conversation_id": "<string>", "attachments": [ {} ], "sender": {} } ]
The identifier obtained from API inbox channel
The source id of contact obtained on contact create
The numeric ID of the conversation
Success
Array of messages