Информация о сессиях
Last updated
{
"count": 5,
"next": null,
"previous": null,
"results": [
{
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "delivered",
"direction": "incoming",
"content": {
"type": "text",
"text": "Здравствуйте, нужна помощь!"
},
"created_at": "2024-06-01T10:01:00Z"
},
{
"uuid": "9bc2d345-6789-4abc-b123-456789cdef01",
"status": "delivered",
"direction": "outgoing",
"content": {
"type": "text",
"text": "Добрый день! Чем могу помочь?"
},
"created_at": "2024-06-01T10:02:30Z"
}
]
}curl -X GET "https://dashboard.fstrk.io/api/partners/sessions/3fa85f64-5717-4562-b3fc-2c963f66afa6/interactions/?limit=50" \
-H "bot-key: your_bot_key"