Max
Max-сообщение
Возвращает Max-сообщение по UUID.
get/max/{max_message_uuid}
Path parameters
max_message_uuidstring uuid required
UUID в стандартном строковом формате.
Example:0ecfc650-9ad6-4c71-a196-7ca79ca1324d
UUID Max-сообщения.
Response
Данные Max-сообщения.
Example response
{
"uuid": "0ecfc650-9ad6-4c71-a196-7ca79ca1324d",
"status": "waiting",
"created": "2026-05-05T09:00:00+00:00",
"sended": "2026-05-05T09:00:00+00:00",
"tags": [
"postman",
"test"
],
"bot_id": "100001",
"bot_name": "Smartofood Max",
"bot_username": "smartofood_max",
"bot_token": "max-bot-token",
"chat_id": "-1000000000001",
"chat_title": "Smartofood Chat",
"chat_type": "chat",
"format": "html",
"preview": "Групповое сообщение",
"button": {
"url": "https://smartofood.ru",
"label": "Открыть"
},
"message_id": "mid.123"
}