{
"chat_id": "18b8e1f9-4ae7-461c-84ea-8e1f54d1a45e",
"direction": "Forward",
"from_message_id": "3000000000118032000",
"limit": 1
}curl --location --request POST 'https://api-seller.ozon.ru/v2/chat/history' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"chat_id": "18b8e1f9-4ae7-461c-84ea-8e1f54d1a45e",
"direction": "Forward",
"from_message_id": "3000000000118032000",
"limit": 1
}'{
"has_next": true,
"messages": [
{
"message_id": "3000000000817031942",
"user": {
"id": "115568",
"type": "Сustomer"
},
"created_at": "2022-07-18T20:58:04.528Z",
"is_read": true,
"data": [
"Здравствуйте, у меня вопрос по вашему товару \"Стекло защитное для смартфонов\", артикул 11223. Подойдет ли он на данную [ модель ](https://www.ozon.ru/product/smartfon-samsung-galaxy-a03s-4-64-gb-chernyy) телефона?"
]
}
]
}